interface IApplicationRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.M2.IApplicationRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsm2#IApplicationRef | 
  Java | software.amazon.awscdk.services.m2.IApplicationRef | 
  Python | aws_cdk.aws_m2.IApplicationRef | 
  TypeScript  | aws-cdk-lib » aws_m2 » IApplicationRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a Application.
Properties
| Name | Type | Description | 
|---|---|---|
| application | Application | A reference to a Application resource. | 
| node | Node | The tree node. | 
applicationRef
Type:
Application
A reference to a Application resource.
node
Type:
Node
The tree node.

 .NET
 Go
 Java
 Python
 TypeScript