interface ApplicationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.M2.ApplicationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsm2#ApplicationReference |
![]() | software.amazon.awscdk.services.m2.ApplicationReference |
![]() | aws_cdk.aws_m2.ApplicationReference |
![]() | aws-cdk-lib » aws_m2 » 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_m2 as m2 } from 'aws-cdk-lib';
const applicationReference: m2.ApplicationReference = {
applicationArn: 'applicationArn',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ApplicationArn of the Application resource. |
applicationArn
Type:
string
The ApplicationArn of the Application resource.