interface EnvironmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.M2.EnvironmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsm2#EnvironmentReference |
![]() | software.amazon.awscdk.services.m2.EnvironmentReference |
![]() | aws_cdk.aws_m2.EnvironmentReference |
![]() | aws-cdk-lib » aws_m2 » 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_m2 as m2 } from 'aws-cdk-lib';
const environmentReference: m2.EnvironmentReference = {
environmentArn: 'environmentArn',
};
Properties
Name | Type | Description |
---|---|---|
environment | string | The EnvironmentArn of the Environment resource. |
environmentArn
Type:
string
The EnvironmentArn of the Environment resource.