Show / Hide Table of Contents

Interface IEc2Environment

(experimental) A Cloud9 Environment.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.Cloud9.Alpha
Assembly: Amazon.CDK.AWS.Cloud9.Alpha.dll
Syntax (csharp)
public interface IEc2Environment : IResource, IConstruct, IDependable
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

string

Remarks

Stability: Experimental

Attribute: environmentE2Arn

Ec2EnvironmentName

(experimental) The name of the EnvironmentEc2.

string Ec2EnvironmentName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: environmentEc2Name

Back to top Generated by DocFX