aws.workmail.get_default_retention_policy
Example SQL Queries
SELECT * FROMaws.workmail.get_default_retention_policyWHERE"organization_id" = 'VALUE';Description
Gets the default retention policy details for the specified organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 retention policy description. | VARCHAR |
| folder_configurations The retention policy folder configurations. | STRUCT( |
Show child fields
| |
| id The retention policy ID. | VARCHAR |
| name The retention policy name. | VARCHAR |