interface EnvironmentEC2Reference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cloud9.EnvironmentEC2Reference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloud9#EnvironmentEC2Reference |
![]() | software.amazon.awscdk.services.cloud9.EnvironmentEC2Reference |
![]() | aws_cdk.aws_cloud9.EnvironmentEC2Reference |
![]() | aws-cdk-lib » aws_cloud9 » EnvironmentEC2Reference |
A reference to a EnvironmentEC2 resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloud9 as cloud9 } from 'aws-cdk-lib';
const environmentEC2Reference: cloud9.EnvironmentEC2Reference = {
environmentEc2Arn: 'environmentEc2Arn',
environmentEc2Id: 'environmentEc2Id',
};
Properties
Name | Type | Description |
---|---|---|
environment | string | The ARN of the EnvironmentEC2 resource. |
environment | string | The Id of the EnvironmentEC2 resource. |
environmentEc2Arn
Type:
string
The ARN of the EnvironmentEC2 resource.
environmentEc2Id
Type:
string
The Id of the EnvironmentEC2 resource.