interface ApplicationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RefactorSpaces.ApplicationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrefactorspaces#ApplicationReference |
![]() | software.amazon.awscdk.services.refactorspaces.ApplicationReference |
![]() | aws_cdk.aws_refactorspaces.ApplicationReference |
![]() | aws-cdk-lib » aws_refactorspaces » 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_refactorspaces as refactorspaces } from 'aws-cdk-lib';
const applicationReference: refactorspaces.ApplicationReference = {
applicationArn: 'applicationArn',
applicationIdentifier: 'applicationIdentifier',
environmentIdentifier: 'environmentIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ARN of the Application resource. |
application | string | The ApplicationIdentifier of the Application resource. |
environment | string | The EnvironmentIdentifier of the Application resource. |
applicationArn
Type:
string
The ARN of the Application resource.
applicationIdentifier
Type:
string
The ApplicationIdentifier of the Application resource.
environmentIdentifier
Type:
string
The EnvironmentIdentifier of the Application resource.