@Stability(value=Stable) @Internal public static final class CfnInstanceGroupConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInstanceGroupConfigProps
CfnInstanceGroupConfigPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnInstanceGroupConfigProps.Builder, CfnInstanceGroupConfigProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnInstanceGroupConfigProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnInstanceGroupConfigProps.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) |
Object |
getAutoScalingPolicy()
`AutoScalingPolicy` is a subproperty of `InstanceGroupConfig` .
|
String |
getBidPrice()
If specified, indicates that the instance group uses Spot Instances.
|
Object |
getConfigurations()
> Amazon EMR releases 4.x or later.
|
String |
getCustomAmiId()
The custom AMI ID to use for the provisioned instance group.
|
Object |
getEbsConfiguration()
`EbsConfiguration` determines the EBS volumes to attach to EMR cluster instances.
|
Number |
getInstanceCount()
Target number of instances for the instance group.
|
String |
getInstanceRole()
The role of the instance group in the cluster.
|
String |
getInstanceType()
The EC2 instance type for all instances in the instance group.
|
String |
getJobFlowId()
The ID of an Amazon EMR cluster that you want to associate this instance group with.
|
String |
getMarket()
Market type of the EC2 instances used to create a cluster node.
|
String |
getName()
Friendly name given to the instance group.
|
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(CfnInstanceGroupConfigProps.Builder builder)
CfnInstanceGroupConfigProps.Builder.public final Number getInstanceCount()
CfnInstanceGroupConfigPropsgetInstanceCount in interface CfnInstanceGroupConfigPropspublic final String getInstanceRole()
CfnInstanceGroupConfigPropsAllowed Values : TASK
getInstanceRole in interface CfnInstanceGroupConfigPropspublic final String getInstanceType()
CfnInstanceGroupConfigPropsgetInstanceType in interface CfnInstanceGroupConfigPropspublic final String getJobFlowId()
CfnInstanceGroupConfigPropsgetJobFlowId in interface CfnInstanceGroupConfigPropspublic final Object getAutoScalingPolicy()
CfnInstanceGroupConfigProps
AutoScalingPolicy defines how an instance group dynamically adds and terminates EC2 instances in response to the value of a CloudWatch metric. For more information, see Using Automatic Scaling in Amazon EMR in the Amazon EMR Management Guide .
getAutoScalingPolicy in interface CfnInstanceGroupConfigPropspublic final String getBidPrice()
CfnInstanceGroupConfigProps
This is the maximum price you are willing to pay for Spot Instances. Specify OnDemandPrice to set the amount equal to the On-Demand price, or specify an amount in USD.
getBidPrice in interface CfnInstanceGroupConfigPropspublic final Object getConfigurations()
CfnInstanceGroupConfigPropsThe list of configurations supplied for an EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).
getConfigurations in interface CfnInstanceGroupConfigPropspublic final String getCustomAmiId()
CfnInstanceGroupConfigPropsgetCustomAmiId in interface CfnInstanceGroupConfigPropspublic final Object getEbsConfiguration()
CfnInstanceGroupConfigPropsgetEbsConfiguration in interface CfnInstanceGroupConfigPropspublic final String getMarket()
CfnInstanceGroupConfigPropsgetMarket in interface CfnInstanceGroupConfigPropspublic final String getName()
CfnInstanceGroupConfigPropsgetName in interface CfnInstanceGroupConfigProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.