Skip to main content

aggregation_authorization_tags

Expands all tag keys and values for aggregation_authorizations in a region

Overview

Nameaggregation_authorization_tags
TypeResource
DescriptionResource Type definition for AWS::Config::AggregationAuthorization
Idaws.config.aggregation_authorization_tags

Fields

NameDatatypeDescription
authorized_account_idstringThe 12-digit account ID of the account authorized to aggregate data.
authorized_aws_regionstringThe region authorized to collect aggregated data.
aggregation_authorization_arnstringThe ARN of the AggregationAuthorization.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all aggregation_authorizations in a region.

SELECT
region,
authorized_account_id,
authorized_aws_region,
aggregation_authorization_arn,
tag_key,
tag_value
FROM aws.config.aggregation_authorization_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the aggregation_authorization_tags resource, see aggregation_authorizations