aws.workmail.describe_mailbox_export_job
Example SQL Queries
SELECT * FROMaws.workmail.describe_mailbox_export_jobWHERE"job_id" = 'VALUE'AND "organization_id" = 'VALUE';Description
Describes the current status of a mailbox export job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_id Required Input Column The mailbox export job ID. | VARCHAR |
| organization_id Required Input Column The organization ID. | 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 |
| description The mailbox export job description. | VARCHAR |
| end_time The mailbox export job end timestamp. | TIMESTAMP_S |
| entity_id The identifier of the user or resource associated with the mailbox. | VARCHAR |
| error_info Error information for failed mailbox export jobs. | VARCHAR |
| estimated_progress The estimated progress of the mailbox export job, in percentage points. | BIGINT |
| kms_key_arn The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content. | VARCHAR |
| role_arn The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple Storage Service (Amazon S3) bucket. | VARCHAR |
| s3_bucket_name The name of the S3 bucket. | VARCHAR |
| s3_path The path to the S3 bucket and file that the mailbox export job is exporting to. | VARCHAR |
| s3_prefix The S3 bucket prefix. | VARCHAR |
| start_time The mailbox export job start timestamp. | TIMESTAMP_S |
| state The state of the mailbox export job. | VARCHAR |