@Stability(value=Experimental) @Internal 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(Ec2EnvironmentProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Ec2EnvironmentProps.Builder. |
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()
(experimental) The AWS CodeCommit repository to be cloned.
|
String |
getDescription()
(experimental) Description of the environment.
|
String |
getEc2EnvironmentName()
(experimental) Name of the environment.
|
InstanceType |
getInstanceType()
(experimental) The type of instance to connect to the environment.
|
SubnetSelection |
getSubnetSelection()
(experimental) The subnetSelection of the VPC that AWS Cloud9 will use to communicate with the Amazon EC2 instance.
|
IVpc |
getVpc()
(experimental) 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, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Ec2EnvironmentProps.Builder builder)
Ec2EnvironmentProps.Builder.public final IVpc getVpc()
Ec2EnvironmentPropsgetVpc in interface Ec2EnvironmentPropspublic final List<CloneRepository> getClonedRepositories()
Ec2EnvironmentPropsDefault: - do not clone any repository
getClonedRepositories in interface Ec2EnvironmentPropspublic final String getDescription()
Ec2EnvironmentPropsDefault: - no description
getDescription in interface Ec2EnvironmentPropspublic final String getEc2EnvironmentName()
Ec2EnvironmentPropsDefault: - automatically generated name
getEc2EnvironmentName in interface Ec2EnvironmentPropspublic final InstanceType getInstanceType()
Ec2EnvironmentPropsDefault: - t2.micro
getInstanceType in interface Ec2EnvironmentPropspublic final SubnetSelection getSubnetSelection()
Ec2EnvironmentPropsDefault: - all public subnets of the VPC are selected.
getSubnetSelection in interface Ec2EnvironmentProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.