@Stability(value=Experimental)
public static interface EmrCreateCluster.ScalingConstraintsProperty
extends software.amazon.jsii.JsiiSerializable
Automatic scaling activities triggered by automatic scaling rules will not cause an instance group to grow above or below these limits.
https://docs.aws.amazon.com/emr/latest/APIReference/API_ScalingConstraints.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCreateCluster.ScalingConstraintsProperty.Builder
A builder for
EmrCreateCluster.ScalingConstraintsProperty |
static class |
EmrCreateCluster.ScalingConstraintsProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.ScalingConstraintsProperty |
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateCluster.ScalingConstraintsProperty.Builder |
builder() |
Number |
getMaxCapacity()
(experimental) The upper boundary of EC2 instances in an instance group beyond which scaling activities are not allowed to grow.
|
Number |
getMinCapacity()
(experimental) The lower boundary of EC2 instances in an instance group below which scaling activities are not allowed to shrink.
|
@Stability(value=Experimental) @NotNull Number getMaxCapacity()
Scale-out activities will not add instances beyond this boundary.
@Stability(value=Experimental) @NotNull Number getMinCapacity()
Scale-in activities will not terminate instances below this boundary.
@Stability(value=Experimental) static EmrCreateCluster.ScalingConstraintsProperty.Builder builder()
Copyright © 2021. All rights reserved.