interface ApplicationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SSO.ApplicationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssso#ApplicationReference |
Java | software.amazon.awscdk.services.sso.ApplicationReference |
Python | aws_cdk.aws_sso.ApplicationReference |
TypeScript | aws-cdk-lib » aws_sso » ApplicationReference |
A reference to a Application resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sso as sso } from 'aws-cdk-lib';
const applicationReference: sso.ApplicationReference = {
applicationArn: 'applicationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| application | string | The ApplicationArn of the Application resource. |
applicationArn
Type:
string
The ApplicationArn of the Application resource.

.NET
Go
Java
Python
TypeScript