aggregation_authorization_tags
Expands all tag keys and values for aggregation_authorizations
in a region
Overview
Name | aggregation_authorization_tags |
Type | Resource |
Description | Resource Type definition for AWS::Config::AggregationAuthorization |
Id | aws.config.aggregation_authorization_tags |
Fields
Name | Datatype | Description |
---|---|---|
authorized_account_id | string | The 12-digit account ID of the account authorized to aggregate data. |
authorized_aws_region | string | The region authorized to collect aggregated data. |
aggregation_authorization_arn | string | The ARN of the AggregationAuthorization. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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