| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.SpotTimeoutAction |
EmrCreateCluster.SpotProvisioningSpecificationProperty.getTimeoutAction()
(experimental) The action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired.
|
EmrCreateCluster.SpotTimeoutAction |
EmrCreateCluster.SpotProvisioningSpecificationProperty.Jsii$Proxy.getTimeoutAction() |
static EmrCreateCluster.SpotTimeoutAction |
EmrCreateCluster.SpotTimeoutAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmrCreateCluster.SpotTimeoutAction[] |
EmrCreateCluster.SpotTimeoutAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.SpotProvisioningSpecificationProperty.Builder |
EmrCreateCluster.SpotProvisioningSpecificationProperty.Builder.timeoutAction(EmrCreateCluster.SpotTimeoutAction timeoutAction)
|
| Constructor and Description |
|---|
Jsii$Proxy(EmrCreateCluster.SpotTimeoutAction timeoutAction,
Number timeoutDurationMinutes,
Number blockDurationMinutes)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Copyright © 2021. All rights reserved.