interface EnvironmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RefactorSpaces.EnvironmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrefactorspaces#EnvironmentReference |
![]() | software.amazon.awscdk.services.refactorspaces.EnvironmentReference |
![]() | aws_cdk.aws_refactorspaces.EnvironmentReference |
![]() | aws-cdk-lib » aws_refactorspaces » EnvironmentReference |
A reference to a Environment 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 environmentReference: refactorspaces.EnvironmentReference = {
environmentArn: 'environmentArn',
environmentIdentifier: 'environmentIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
environment | string | The ARN of the Environment resource. |
environment | string | The EnvironmentIdentifier of the Environment resource. |
environmentArn
Type:
string
The ARN of the Environment resource.
environmentIdentifier
Type:
string
The EnvironmentIdentifier of the Environment resource.