@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:27.312Z") @Stability(value=Experimental) public class Ec2Environment extends Resource implements IEc2Environment
EXPERIMENTAL
| Modifier and Type | Class and Description |
|---|---|
static class |
Ec2Environment.Builder
A fluent builder for
Ec2Environment. |
software.amazon.jsii.JsiiObject.InitializationModeIEc2Environment.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Ec2Environment(Construct scope,
String id,
Ec2EnvironmentProps props)
EXPERIMENTAL
|
protected |
Ec2Environment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Ec2Environment(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IEc2Environment |
fromEc2EnvironmentName(Construct scope,
String id,
String ec2EnvironmentName)
import from EnvironmentEc2Name.
|
String |
getEc2EnvironmentArn()
The environment ARN of this Cloud9 environment.
|
String |
getEc2EnvironmentName()
The environment name of this Cloud9 environment.
|
String |
getEnvironmentId()
The environment ID of this Cloud9 environment.
|
String |
getIdeUrl()
The complete IDE URL of this Cloud9 environment.
|
IVpc |
getVpc()
VPC ID.
|
generatePhysicalName, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStackgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected Ec2Environment(software.amazon.jsii.JsiiObjectRef objRef)
protected Ec2Environment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Ec2Environment(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
Ec2EnvironmentProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IEc2Environment fromEc2EnvironmentName(@NotNull Construct scope, @NotNull String id, @NotNull String ec2EnvironmentName)
EXPERIMENTAL
scope - This parameter is required.id - This parameter is required.ec2EnvironmentName - This parameter is required.@Stability(value=Experimental) @NotNull public String getEc2EnvironmentArn()
EXPERIMENTAL
getEc2EnvironmentArn in interface IEc2Environment@Stability(value=Experimental) @NotNull public String getEc2EnvironmentName()
EXPERIMENTAL
getEc2EnvironmentName in interface IEc2Environment@Stability(value=Experimental) @NotNull public String getEnvironmentId()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull public String getIdeUrl()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull public IVpc getVpc()
EXPERIMENTAL
Copyright © 2020. All rights reserved.