configuration_aggregator
Gets an individual configuration_aggregator
resource
Overview
Name | configuration_aggregator |
Type | Resource |
Description | configuration_aggregator |
Id | awscc.config.configuration_aggregator |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
account_aggregation_sources,
configuration_aggregator_name,
configuration_aggregator_arn,
organization_aggregation_source,
tags
FROM awscc.config.configuration_aggregator
WHERE data__Identifier = '<ConfigurationAggregatorName>';
Permissions
To operate on the configuration_aggregator
resource, the following permissions are required:
Read
config:DescribeConfigurationAggregators,
config:ListTagsForResource
Update
config:PutConfigurationAggregator,
config:DescribeConfigurationAggregators,
config:TagResource,
config:UntagResource,
config:ListTagsForResource,
iam:PassRole,
organizations:EnableAWSServiceAccess,
organizations:ListDelegatedAdministrators
Delete
config:DeleteConfigurationAggregator,
config:UntagResource