aws-cdk-lib.aws_config.CfnAggregationAuthorizationProps

interface CfnAggregationAuthorizationProps

LanguageType name
.NETAmazon.CDK.AWS.Config.CfnAggregationAuthorizationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconfig#CfnAggregationAuthorizationProps
Javasoftware.amazon.awscdk.services.config.CfnAggregationAuthorizationProps
Pythonaws_cdk.aws_config.CfnAggregationAuthorizationProps
TypeScript aws-cdk-lib » aws_config » CfnAggregationAuthorizationProps

Properties for defining a CfnAggregationAuthorization.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_config as config } from 'aws-cdk-lib';
const cfnAggregationAuthorizationProps: config.CfnAggregationAuthorizationProps = {
  authorizedAccountId: 'authorizedAccountId',
  authorizedAwsRegion: 'authorizedAwsRegion',

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
authorizedAccountIdstringThe 12-digit account ID of the account authorized to aggregate data.
authorizedAwsRegionstringThe region authorized to collect aggregated data.
tags?CfnTag[]An array of tag object.

authorizedAccountId

Type: string

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


authorizedAwsRegion

Type: string

The region authorized to collect aggregated data.


tags?

Type: CfnTag[] (optional)

An array of tag object.