Uses of Enum
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.EmrClusterScaleDownBehavior
Packages that use EmrCreateCluster.EmrClusterScaleDownBehavior
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrCreateCluster.EmrClusterScaleDownBehavior in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrCreateCluster.EmrClusterScaleDownBehaviorModifier and TypeMethodDescriptionEmrCreateClusterJsonataProps.getScaleDownBehavior()Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.EmrCreateClusterJsonataProps.Jsii$Proxy.getScaleDownBehavior()EmrCreateClusterJsonPathProps.getScaleDownBehavior()Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.EmrCreateClusterJsonPathProps.Jsii$Proxy.getScaleDownBehavior()EmrCreateClusterProps.getScaleDownBehavior()Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.EmrCreateClusterProps.Jsii$Proxy.getScaleDownBehavior()Returns the enum constant of this type with the specified name.EmrCreateCluster.EmrClusterScaleDownBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type EmrCreateCluster.EmrClusterScaleDownBehaviorModifier and TypeMethodDescriptionEmrCreateCluster.Builder.scaleDownBehavior(EmrCreateCluster.EmrClusterScaleDownBehavior scaleDownBehavior) Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.EmrCreateClusterJsonataProps.Builder.scaleDownBehavior(EmrCreateCluster.EmrClusterScaleDownBehavior scaleDownBehavior) Sets the value ofEmrCreateClusterJsonataProps.getScaleDownBehavior()EmrCreateClusterJsonPathProps.Builder.scaleDownBehavior(EmrCreateCluster.EmrClusterScaleDownBehavior scaleDownBehavior) Sets the value ofEmrCreateClusterJsonPathProps.getScaleDownBehavior()EmrCreateClusterProps.Builder.scaleDownBehavior(EmrCreateCluster.EmrClusterScaleDownBehavior scaleDownBehavior) Sets the value ofEmrCreateClusterProps.getScaleDownBehavior()