Skip to main content

configuration_aggregators_list_only

Lists configuration_aggregators in a region or regions, for all properties use configuration_aggregators

Overview

Nameconfiguration_aggregators_list_only
TypeResource
DescriptionResource Type definition for AWS::Config::ConfigurationAggregator
Idaws.config.configuration_aggregators_list_only

Fields

NameDatatypeDescription
account_aggregation_sourcesarray
configuration_aggregator_namestringThe name of the aggregator.
configuration_aggregator_arnstringThe Amazon Resource Name (ARN) of the aggregator.
organization_aggregation_sourceobject
tagsarrayThe tags for the configuration aggregator.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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