aws.config.describe_retention_configurations
Example SQL Queries
SELECT * FROMaws.config.describe_retention_configurations;Description
Returns the details of one or more retention configurations. If the retention configuration name is not specified, this action returns the details for all the retention configurations for that account.
Currently, Config supports only one retention configuration per region in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| retention_configuration_names Input Column A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account. Currently, Config supports only one retention configuration per region in your account. | VARCHAR[] |
Show child fields
| |
| _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 |
| name The name of the retention configuration object. | VARCHAR |
| retention_period_in_days Number of days Config stores your historical information. Currently, only applicable to the configuration item history. | BIGINT |