@Stability(value=Experimental)
public static interface EmrCreateCluster.AutoScalingPolicyProperty
extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/emr/latest/APIReference/API_AutoScalingPolicy.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCreateCluster.AutoScalingPolicyProperty.Builder
A builder for
EmrCreateCluster.AutoScalingPolicyProperty |
static class |
EmrCreateCluster.AutoScalingPolicyProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.AutoScalingPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateCluster.AutoScalingPolicyProperty.Builder |
builder() |
EmrCreateCluster.ScalingConstraintsProperty |
getConstraints()
(experimental) The upper and lower EC2 instance limits for an automatic scaling policy.
|
List<EmrCreateCluster.ScalingRuleProperty> |
getRules()
(experimental) The scale-in and scale-out rules that comprise the automatic scaling policy.
|
@Stability(value=Experimental) @NotNull EmrCreateCluster.ScalingConstraintsProperty getConstraints()
Automatic scaling activity will not cause an instance group to grow above or below these limits.
@Stability(value=Experimental) @NotNull List<EmrCreateCluster.ScalingRuleProperty> getRules()
@Stability(value=Experimental) static EmrCreateCluster.AutoScalingPolicyProperty.Builder builder()
Copyright © 2021. All rights reserved.