@Stability(value=Stable) @Internal public static final class CfnInstanceGroupConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInstanceGroupConfigProps
CfnInstanceGroupConfigProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnInstanceGroupConfigProps.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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()
CfnInstanceGroupConfigProps
getInstanceCount
in interface CfnInstanceGroupConfigProps
public final String getInstanceRole()
CfnInstanceGroupConfigProps
Allowed Values : TASK
getInstanceRole
in interface CfnInstanceGroupConfigProps
public final String getInstanceType()
CfnInstanceGroupConfigProps
getInstanceType
in interface CfnInstanceGroupConfigProps
public final String getJobFlowId()
CfnInstanceGroupConfigProps
getJobFlowId
in interface CfnInstanceGroupConfigProps
public 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 CfnInstanceGroupConfigProps
public 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 CfnInstanceGroupConfigProps
public final Object getConfigurations()
CfnInstanceGroupConfigProps
The 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 CfnInstanceGroupConfigProps
public final String getCustomAmiId()
CfnInstanceGroupConfigProps
getCustomAmiId
in interface CfnInstanceGroupConfigProps
public final Object getEbsConfiguration()
CfnInstanceGroupConfigProps
getEbsConfiguration
in interface CfnInstanceGroupConfigProps
public final String getMarket()
CfnInstanceGroupConfigProps
getMarket
in interface CfnInstanceGroupConfigProps
public final String getName()
CfnInstanceGroupConfigProps
getName
in interface CfnInstanceGroupConfigProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.