AWS::Config::ConfigurationAggregatorThe details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.
import { CfnConfigurationAggregator } from 'aws-cdk-lib/aws-config';Or use the module namespace:
import * as config from 'aws-cdk-lib/aws-config';
// config.CfnConfigurationAggregatorConfiguration passed to the constructor as CfnConfigurationAggregatorProps.
accountAggregationSourcesOptionalIResolvable | IResolvable | AccountAggregationSourceProperty[]Provides a list of source accounts and regions to be aggregated.
configurationAggregatorNameOptionalstringThe name of the aggregator.
organizationAggregationSourceOptionalIResolvable | OrganizationAggregationSourcePropertyProvides an organization and list of regions to be aggregated.
tagsOptionalCfnTag[]An array of tag object.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-configAWS::Config::ConfigurationAggregator