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