aws.config.describe_aggregation_authorizations
Example SQL Queries
SELECT * FROMaws.config.describe_aggregation_authorizations;Description
Returns a list of authorizations granted to various aggregator accounts and regions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| aggregation_authorization_arn The Amazon Resource Name (ARN) of the aggregation object. | VARCHAR |
| authorized_account_id The 12-digit account ID of the account authorized to aggregate data. | VARCHAR |
| authorized_aws_region The region authorized to collect aggregated data. | VARCHAR |
| creation_time The time stamp when the aggregation authorization was created. | TIMESTAMP_S |