aws.config.describe_configuration_recorder_status
Example SQL Queries
SELECT * FROMaws.config.describe_configuration_recorder_status;Description
Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account.
>You can specify only one configuration recorder for each Amazon Web Services Region for each account. For a detailed status of recording events over time, add your Config events to Amazon CloudWatch metrics and use CloudWatch metrics.
Table Definition
| Column Name | Column Data Type |
|---|---|
| configuration_recorder_names Input Column The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the 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 |
| configuration_recorders_status A list that contains status of the specified recorders. | STRUCT( |
Show child fields
| |