aws.workmail.get_mailbox_details
Example SQL Queries
SELECT * FROMaws.workmail.get_mailbox_detailsWHERE"organization_id" = 'VALUE'AND "user_id" = 'VALUE';Description
Requests a user's mailbox details for a specified organization and user.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The identifier for the organization that contains the user whose mailbox details are being requested. | VARCHAR |
| user_id Required Input Column The identifier for the user whose mailbox details are being requested. The identifier can be the UserId, Username, or email. The following identity formats are available:
| 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 |
| mailbox_quota The maximum allowed mailbox size, in MB, for the specified user. | BIGINT |
| mailbox_size The current mailbox size, in MB, for the specified user. | DOUBLE |