@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T00:50:05.538Z") @Stability(value=Stable) public interface CfnEnvironmentEC2Props extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnvironmentEC2Props.Builder
A builder for
CfnEnvironmentEC2Props |
static class |
CfnEnvironmentEC2Props.Jsii$Proxy
An implementation for
CfnEnvironmentEC2Props |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironmentEC2Props.Builder |
builder() |
default Number |
getAutomaticStopTimeMinutes()
`AWS::Cloud9::EnvironmentEC2.AutomaticStopTimeMinutes`.
|
default String |
getConnectionType()
`AWS::Cloud9::EnvironmentEC2.ConnectionType`.
|
default String |
getDescription()
`AWS::Cloud9::EnvironmentEC2.Description`.
|
default String |
getImageId()
`AWS::Cloud9::EnvironmentEC2.ImageId`.
|
String |
getInstanceType()
`AWS::Cloud9::EnvironmentEC2.InstanceType`.
|
default String |
getName()
`AWS::Cloud9::EnvironmentEC2.Name`.
|
default String |
getOwnerArn()
`AWS::Cloud9::EnvironmentEC2.OwnerArn`.
|
default Object |
getRepositories()
`AWS::Cloud9::EnvironmentEC2.Repositories`.
|
default String |
getSubnetId()
`AWS::Cloud9::EnvironmentEC2.SubnetId`.
|
default List<CfnTag> |
getTags()
`AWS::Cloud9::EnvironmentEC2.Tags`.
|
@Stability(value=Stable) @NotNull String getInstanceType()
@Stability(value=Stable) @Nullable default Number getAutomaticStopTimeMinutes()
@Stability(value=Stable) @Nullable default String getConnectionType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getImageId()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getOwnerArn()
@Stability(value=Stable) @Nullable default Object getRepositories()
@Stability(value=Stable) @Nullable default String getSubnetId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnEnvironmentEC2Props.Builder builder()
CfnEnvironmentEC2Props.Builder of CfnEnvironmentEC2PropsCopyright © 2021. All rights reserved.