interface ApplicationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SystemsManagerSAP.ApplicationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssystemsmanagersap#ApplicationReference |
Java | software.amazon.awscdk.interfaces.systemsmanagersap.ApplicationReference |
Python | aws_cdk.interfaces.aws_systemsmanagersap.ApplicationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_systemsmanagersap } from 'aws-cdk-lib/interfaces';
const applicationReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript