aws.workmail.list_mailbox_export_jobs
Example SQL Queries
SELECT * FROMaws.workmail.list_mailbox_export_jobsWHERE"organization_id" = 'VALUE';Description
Lists the mailbox export jobs started for the specified organization within the last seven days.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The organization ID. | VARCHAR |
| max_results Input Column The maximum number of results to return in a single call. | BIGINT |
| next_token Input Column The token to use to retrieve the next page of results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| jobs The mailbox export job details. | STRUCT( |
Show child fields
| |