Class EnvironmentEC2Reference
A reference to a EnvironmentEC2 resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Cloud9
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EnvironmentEC2Reference : IEnvironmentEC2Reference
Syntax (vb)
Public Class EnvironmentEC2Reference Implements IEnvironmentEC2Reference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Cloud9;
var environmentEC2Reference = new EnvironmentEC2Reference {
EnvironmentEc2Arn = "environmentEc2Arn",
EnvironmentEc2Id = "environmentEc2Id"
};
Synopsis
Constructors
| EnvironmentEC2Reference() | A reference to a EnvironmentEC2 resource. |
Properties
| EnvironmentEc2Arn | The ARN of the EnvironmentEC2 resource. |
| EnvironmentEc2Id | The Id of the EnvironmentEC2 resource. |
Constructors
EnvironmentEC2Reference()
A reference to a EnvironmentEC2 resource.
public EnvironmentEC2Reference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Cloud9;
var environmentEC2Reference = new EnvironmentEC2Reference {
EnvironmentEc2Arn = "environmentEc2Arn",
EnvironmentEc2Id = "environmentEc2Id"
};
Properties
EnvironmentEc2Arn
The ARN of the EnvironmentEC2 resource.
public string EnvironmentEc2Arn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
EnvironmentEc2Id
The Id of the EnvironmentEC2 resource.
public string EnvironmentEc2Id { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated