configuration_aggregators
Retrieves a list of configuration_aggregators
in a region
Overview
Name | configuration_aggregators |
Type | Resource |
Description | configuration_aggregators |
Id | awscc.config.configuration_aggregators |
Fields
Name | Datatype | Description |
---|---|---|
configuration_aggregator_name | string | The name of the aggregator. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
configuration_aggregator_name
FROM awscc.config.configuration_aggregators
WHERE region = 'us-east-1'
Permissions
To operate on the configuration_aggregators
resource, the following permissions are required:
Create
config:PutConfigurationAggregator,
config:DescribeConfigurationAggregators,
config:TagResource,
iam:PassRole,
organizations:EnableAWSServiceAccess,
organizations:ListDelegatedAdministrators
List
config:DescribeConfigurationAggregators