aws.config.describe_configuration_aggregator_sources_status
Example SQL Queries
SELECT * FROMaws.config.describe_configuration_aggregator_sources_statusWHERE"configuration_aggregator_name" = 'VALUE';Description
Returns status information for sources within an aggregator. The status includes information about the last time Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.
Table Definition
| Column Name | Column Data Type |
|---|---|
| configuration_aggregator_name Required Input Column The name of the configuration aggregator. | VARCHAR |
| update_status Input Column Filters the status type.
| 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 |
| aws_region The region authorized to collect aggregated data. | VARCHAR |
| last_error_code The error code that Config returned when the source account aggregation last failed. | VARCHAR |
| last_error_message The message indicating that the source account aggregation failed due to an error. | VARCHAR |
| last_update_status Filters the last updated status type.
| VARCHAR |
| last_update_time The time of the last update. | TIMESTAMP_S |
| source_id The source account ID or an organization. | VARCHAR |
| source_type The source account or an organization. | VARCHAR |