aws.chime.get_app_instance_retention_settings
Example SQL Queries
SELECT * FROMaws.chime.get_app_instance_retention_settingsWHERE"app_instance_arn" = 'VALUE';Description
Gets the retention settings for an AppInstance.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingRetentionSettings, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_instance_arn Required Input Column The ARN of the AppInstance. | 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
| |
| app_instance_retention_settings The retention settings for the AppInstance. | STRUCT( |
Show child fields
| |
| initiate_deletion_timestamp The timestamp representing the time at which the specified items are retained, in Epoch Seconds. | TIMESTAMP_S |