@Generated(value="jsii-pacmak/1.12.0 (build 5ddc9f2)", date="2020-09-25T17:39:14.153Z") @Stability(value=Experimental) public interface Ec2EnvironmentProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
Ec2EnvironmentProps.Builder
A builder for
Ec2EnvironmentProps |
static class |
Ec2EnvironmentProps.Jsii$Proxy
An implementation for
Ec2EnvironmentProps |
| Modifier and Type | Method and Description |
|---|---|
static Ec2EnvironmentProps.Builder |
builder() |
default List<CloneRepository> |
getClonedRepositories()
The AWS CodeCommit repository to be cloned.
|
default String |
getDescription()
Description of the environment.
|
default String |
getEc2EnvironmentName()
Name of the environment.
|
default InstanceType |
getInstanceType()
The type of instance to connect to the environment.
|
default 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.
|
@Stability(value=Experimental) @NotNull IVpc getVpc()
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default List<CloneRepository> getClonedRepositories()
Default: - do not clone any repository
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getDescription()
Default: - no description
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getEc2EnvironmentName()
Default: - automatically generated name
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default InstanceType getInstanceType()
Default: - t2.micro
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default SubnetSelection getSubnetSelection()
Default: - all public subnets of the VPC are selected.
EXPERIMENTAL
@Stability(value=Experimental) static Ec2EnvironmentProps.Builder builder()
Ec2EnvironmentProps.Builder of Ec2EnvironmentPropsCopyright © 2020. All rights reserved.