Interface IEc2Environment
(experimental) A Cloud9 Environment.
Namespace: Amazon.CDK.AWS.Cloud9.Alpha
Assembly: Amazon.CDK.AWS.Cloud9.Alpha.dll
Syntax (csharp)
public interface IEc2Environment : IResource
Syntax (vb)
Public Interface IEc2Environment
Inherits IResource, IConstruct, IDependable
Remarks
Stability: Experimental
Synopsis
Properties
Ec2EnvironmentArn | (experimental) The arn of the EnvironmentEc2. |
Ec2EnvironmentName | (experimental) The name of the EnvironmentEc2. |
Properties
Ec2EnvironmentArn
(experimental) The arn of the EnvironmentEc2.
string Ec2EnvironmentArn { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: environmentE2Arn
Ec2EnvironmentName
(experimental) The name of the EnvironmentEc2.
string Ec2EnvironmentName { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: environmentEc2Name