| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default EmrCreateCluster.ScalingAdjustmentType |
EmrCreateCluster.SimpleScalingPolicyConfigurationProperty.getAdjustmentType()
(experimental) The way in which EC2 instances are added (if ScalingAdjustment is a positive number) or terminated (if ScalingAdjustment is a negative number) each time the scaling activity is triggered.
|
EmrCreateCluster.ScalingAdjustmentType |
EmrCreateCluster.SimpleScalingPolicyConfigurationProperty.Jsii$Proxy.getAdjustmentType() |
static EmrCreateCluster.ScalingAdjustmentType |
EmrCreateCluster.ScalingAdjustmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmrCreateCluster.ScalingAdjustmentType[] |
EmrCreateCluster.ScalingAdjustmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.SimpleScalingPolicyConfigurationProperty.Builder |
EmrCreateCluster.SimpleScalingPolicyConfigurationProperty.Builder.adjustmentType(EmrCreateCluster.ScalingAdjustmentType adjustmentType)
|
| Constructor and Description |
|---|
Jsii$Proxy(Number scalingAdjustment,
EmrCreateCluster.ScalingAdjustmentType adjustmentType,
Number coolDown)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Copyright © 2021. All rights reserved.