@Stability(value=Experimental) public static final class Ec2EnvironmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Ec2EnvironmentProps
Ec2EnvironmentPropssoftware.amazon.jsii.JsiiObject.InitializationModeEc2EnvironmentProps.Builder, Ec2EnvironmentProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<CloneRepository> |
getClonedRepositories()
The AWS CodeCommit repository to be cloned.
|
String |
getDescription()
Description of the environment.
|
String |
getEc2EnvironmentName()
Name of the environment.
|
InstanceType |
getInstanceType()
The type of instance to connect to the environment.
|
SubnetSelection |
getSubnetSelection()
The subnetSelection of the VPC that AWS Cloud9 will use to communicate with the Amazon EC2 instance.
|
IVpc |
getVpc()
The VPC that AWS Cloud9 will use to communicate with the Amazon Elastic Compute Cloud (Amazon EC2) instance.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public IVpc getVpc()
Ec2EnvironmentPropsEXPERIMENTAL
getVpc in interface Ec2EnvironmentPropspublic List<CloneRepository> getClonedRepositories()
Ec2EnvironmentPropsDefault: - do not clone any repository
EXPERIMENTAL
getClonedRepositories in interface Ec2EnvironmentPropspublic String getDescription()
Ec2EnvironmentPropsDefault: - no description
EXPERIMENTAL
getDescription in interface Ec2EnvironmentPropspublic String getEc2EnvironmentName()
Ec2EnvironmentPropsDefault: - automatically generated name
EXPERIMENTAL
getEc2EnvironmentName in interface Ec2EnvironmentPropspublic InstanceType getInstanceType()
Ec2EnvironmentPropsDefault: - t2.micro
EXPERIMENTAL
getInstanceType in interface Ec2EnvironmentPropspublic SubnetSelection getSubnetSelection()
Ec2EnvironmentPropsDefault: - all public subnets of the VPC are selected.
EXPERIMENTAL
getSubnetSelection in interface Ec2EnvironmentPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.