@Stability(value=Stable)
public static interface CfnCluster.InstanceGroupConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.InstanceGroupConfigProperty.Builder
A builder for
CfnCluster.InstanceGroupConfigProperty |
static class |
CfnCluster.InstanceGroupConfigProperty.Jsii$Proxy
An implementation for
CfnCluster.InstanceGroupConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.InstanceGroupConfigProperty.Builder |
builder() |
default Object |
getAutoScalingPolicy()
`CfnCluster.InstanceGroupConfigProperty.AutoScalingPolicy`.
|
default String |
getBidPrice()
`CfnCluster.InstanceGroupConfigProperty.BidPrice`.
|
default Object |
getConfigurations()
`CfnCluster.InstanceGroupConfigProperty.Configurations`.
|
default Object |
getEbsConfiguration()
`CfnCluster.InstanceGroupConfigProperty.EbsConfiguration`.
|
Number |
getInstanceCount()
`CfnCluster.InstanceGroupConfigProperty.InstanceCount`.
|
String |
getInstanceType()
`CfnCluster.InstanceGroupConfigProperty.InstanceType`.
|
default String |
getMarket()
`CfnCluster.InstanceGroupConfigProperty.Market`.
|
default String |
getName()
`CfnCluster.InstanceGroupConfigProperty.Name`.
|
@Stability(value=Stable) @NotNull Number getInstanceCount()
@Stability(value=Stable) @NotNull String getInstanceType()
@Stability(value=Stable) @Nullable default Object getAutoScalingPolicy()
@Stability(value=Stable) @Nullable default String getBidPrice()
@Stability(value=Stable) @Nullable default Object getConfigurations()
@Stability(value=Stable) @Nullable default Object getEbsConfiguration()
@Stability(value=Stable) @Nullable default String getMarket()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnCluster.InstanceGroupConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.