AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Config::AggregationAuthorization

CfnAggregationAuthorization

An object that represents the authorizations granted to aggregator accounts and regions.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnAggregationAuthorizationProps.

authorizedAccountIdRequired
string

The 12-digit account ID of the account authorized to aggregate data.

authorizedAwsRegionRequired
string

The region authorized to collect aggregated data.

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