AWS::Config::AggregationAuthorizationAn object that represents the authorizations granted to aggregator accounts and regions.
import { CfnAggregationAuthorization } from 'aws-cdk-lib/aws-config';Or use the module namespace:
import * as config from 'aws-cdk-lib/aws-config';
// config.CfnAggregationAuthorizationConfiguration passed to the constructor as CfnAggregationAuthorizationProps.
authorizedAccountIdRequiredstringThe 12-digit account ID of the account authorized to aggregate data.
authorizedAwsRegionRequiredstringThe region authorized to collect aggregated data.
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::AggregationAuthorization