interface IApplicationRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SSO.IApplicationRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssso#IApplicationRef |
Java | software.amazon.awscdk.services.sso.IApplicationRef |
Python | aws_cdk.aws_sso.IApplicationRef |
TypeScript | aws-cdk-lib » aws_sso » 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