interface IAggregationAuthorizationRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.Config.IAggregationAuthorizationRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconfig#IAggregationAuthorizationRef | 
  Java | software.amazon.awscdk.services.config.IAggregationAuthorizationRef | 
  Python | aws_cdk.aws_config.IAggregationAuthorizationRef | 
  TypeScript  | aws-cdk-lib » aws_config » IAggregationAuthorizationRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a AggregationAuthorization.
Properties
| Name | Type | Description | 
|---|---|---|
| aggregation | Aggregation | A reference to a AggregationAuthorization resource. | 
| node | Node | The tree node. | 
aggregationAuthorizationRef
Type:
Aggregation
A reference to a AggregationAuthorization resource.
node
Type:
Node
The tree node.

 .NET
 Go
 Java
 Python
 TypeScript