AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Config::ConfigurationAggregator

CfnConfigurationAggregator

The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.

Import

import { CfnConfigurationAggregator } from 'aws-cdk-lib/aws-config';

Or use the module namespace:

import * as config from 'aws-cdk-lib/aws-config';
// config.CfnConfigurationAggregator

Properties

Configuration passed to the constructor as CfnConfigurationAggregatorProps.

accountAggregationSourcesOptional
IResolvable | IResolvable | AccountAggregationSourceProperty[]

Provides a list of source accounts and regions to be aggregated.

configurationAggregatorNameOptional
string

The name of the aggregator.

organizationAggregationSourceOptional
IResolvable | OrganizationAggregationSourceProperty

Provides an organization and list of regions to be aggregated.

tagsOptional
CfnTag[]

An array of tag object.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter