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