interface AggregationAuthorizationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Config.AggregationAuthorizationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconfig#AggregationAuthorizationReference |
![]() | software.amazon.awscdk.services.config.AggregationAuthorizationReference |
![]() | aws_cdk.aws_config.AggregationAuthorizationReference |
![]() | aws-cdk-lib » aws_config » AggregationAuthorizationReference |
A reference to a AggregationAuthorization resource.
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 aggregationAuthorizationReference: config.AggregationAuthorizationReference = {
aggregationAuthorizationArn: 'aggregationAuthorizationArn',
authorizedAccountId: 'authorizedAccountId',
authorizedAwsRegion: 'authorizedAwsRegion',
};
Properties
Name | Type | Description |
---|---|---|
aggregation | string | The ARN of the AggregationAuthorization resource. |
authorized | string | The AuthorizedAccountId of the AggregationAuthorization resource. |
authorized | string | The AuthorizedAwsRegion of the AggregationAuthorization resource. |
aggregationAuthorizationArn
Type:
string
The ARN of the AggregationAuthorization resource.
authorizedAccountId
Type:
string
The AuthorizedAccountId of the AggregationAuthorization resource.
authorizedAwsRegion
Type:
string
The AuthorizedAwsRegion of the AggregationAuthorization resource.