configuration_aggregators_list_only
Lists configuration_aggregators
in a region or regions, for all properties use configuration_aggregators
Overview
Name | configuration_aggregators_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Config::ConfigurationAggregator |
Id | aws.config.configuration_aggregators_list_only |
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 | |
tags | array | The tags for the configuration aggregator. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all configuration_aggregators
in a region.
SELECT
region,
configuration_aggregator_name
FROM aws.config.configuration_aggregators_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the configuration_aggregators_list_only
resource, see configuration_aggregators