Class CfnCluster.InstanceFleetConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.InstanceFleetConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCluster.InstanceFleetConfigProperty
CfnCluster.InstanceFleetConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnCluster.InstanceFleetConfigProperty
CfnCluster.InstanceFleetConfigProperty.Builder, CfnCluster.InstanceFleetConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.InstanceFleetConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe instance type configurations that define the Amazon EC2 instances in the instance fleet.final ObjectThe launch specification for the instance fleet.final StringgetName()The friendly name of the instance fleet.final NumberThe target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.final NumberThe target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCluster.InstanceFleetConfigProperty.Builder.
-
-
Method Details
-
getInstanceTypeConfigs
Description copied from interface:CfnCluster.InstanceFleetConfigPropertyThe instance type configurations that define the Amazon EC2 instances in the instance fleet.- Specified by:
getInstanceTypeConfigsin interfaceCfnCluster.InstanceFleetConfigProperty
-
getLaunchSpecifications
Description copied from interface:CfnCluster.InstanceFleetConfigPropertyThe launch specification for the instance fleet.- Specified by:
getLaunchSpecificationsin interfaceCfnCluster.InstanceFleetConfigProperty
-
getName
Description copied from interface:CfnCluster.InstanceFleetConfigPropertyThe friendly name of the instance fleet.- Specified by:
getNamein interfaceCfnCluster.InstanceFleetConfigProperty
-
getTargetOnDemandCapacity
Description copied from interface:CfnCluster.InstanceFleetConfigPropertyThe target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.When the instance fleet launches, Amazon EMR tries to provision On-Demand instances as specified by
InstanceTypeConfig. Each instance configuration has a specifiedWeightedCapacity. When an On-Demand instance is provisioned, theWeightedCapacityunits count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with aWeightedCapacityof 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units.If not specified or set to 0, only Spot instances are provisioned for the instance fleet using
TargetSpotCapacity. At least one ofTargetSpotCapacityandTargetOnDemandCapacityshould be greater than 0. For a master instance fleet, only one ofTargetSpotCapacityandTargetOnDemandCapacitycan be specified, and its value must be 1.- Specified by:
getTargetOnDemandCapacityin interfaceCfnCluster.InstanceFleetConfigProperty
-
getTargetSpotCapacity
Description copied from interface:CfnCluster.InstanceFleetConfigPropertyThe target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.When the instance fleet launches, Amazon EMR tries to provision Spot instances as specified by
InstanceTypeConfig. Each instance configuration has a specifiedWeightedCapacity. When a Spot instance is provisioned, theWeightedCapacityunits count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with aWeightedCapacityof 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units.If not specified or set to 0, only On-Demand instances are provisioned for the instance fleet. At least one of
TargetSpotCapacityandTargetOnDemandCapacityshould be greater than 0. For a master instance fleet, only one ofTargetSpotCapacityandTargetOnDemandCapacitycan be specified, and its value must be 1.- Specified by:
getTargetSpotCapacityin interfaceCfnCluster.InstanceFleetConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-