aws.chime.get_retention_settings
Example SQL Queries
SELECT * FROMaws.chime.get_retention_settingsWHERE"account_id" = 'VALUE';Description
Gets the retention settings for the specified Amazon Chime Enterprise account. For more information about retention settings, see Managing Chat Retention Policies in the Amazon Chime Administration Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The Amazon Chime account 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
| |
| initiate_deletion_timestamp The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format. | TIMESTAMP_S |
| retention_settings The retention settings. | STRUCT( |
Show child fields
| |