configuration_aggregator_tags
Expands all tag keys and values for configuration_aggregators
in a region
Overview
Name | configuration_aggregator_tags |
Type | Resource |
Description | Resource Type definition for AWS::Config::ConfigurationAggregator |
Id | aws.config.configuration_aggregator_tags |
Fields
Name | Datatype | Description |
---|---|---|
account_aggregation_sources | array | |
configuration_aggregator_name | string | The name of the aggregator. |
configuration_aggregator_arn | string | The Amazon Resource Name (ARN) of the aggregator. |
organization_aggregation_source | object | |
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 configuration_aggregators
in a region.
SELECT
region,
account_aggregation_sources,
configuration_aggregator_name,
configuration_aggregator_arn,
organization_aggregation_source,
tag_key,
tag_value
FROM aws.config.configuration_aggregator_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the configuration_aggregator_tags
resource, see configuration_aggregators