interface IApplicationRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_qbusiness.IApplicationRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#IApplicationRef | 
|  Java | software.amazon.awscdk.services.qbusiness.IApplicationRef | 
|  Python | aws_cdk.aws_qbusiness.IApplicationRef | 
|  TypeScript | aws-cdk-lib»aws_qbusiness»IApplicationRef | 
Implemented by
Cfn
Obtainable from
Cfn.fromApplicationArn(), Cfn.fromApplicationId()
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.
