@Stability(value=Stable) @Internal public static final class CfnCluster.SimpleScalingPolicyConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.SimpleScalingPolicyConfigurationProperty
CfnCluster.SimpleScalingPolicyConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCluster.SimpleScalingPolicyConfigurationProperty.Builder, CfnCluster.SimpleScalingPolicyConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCluster.SimpleScalingPolicyConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCluster.ApplicationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAdjustmentType()
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.
|
Number |
getCoolDown()
The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.
|
Number |
getScalingAdjustment()
The amount by which to scale in or scale out, based on the specified `AdjustmentType` .
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCluster.SimpleScalingPolicyConfigurationProperty.Builder builder)
CfnCluster.ApplicationProperty.Builder.public final Number getScalingAdjustment()
CfnCluster.SimpleScalingPolicyConfigurationProperty
A positive value adds to the instance group's EC2 instance count while a negative number removes instances. If AdjustmentType is set to EXACT_CAPACITY , the number should only be a positive integer. If AdjustmentType is set to PERCENT_CHANGE_IN_CAPACITY , the value should express the percentage as an integer. For example, -20 indicates a decrease in 20% increments of cluster capacity.
getScalingAdjustment in interface CfnCluster.SimpleScalingPolicyConfigurationPropertypublic final String getAdjustmentType()
CfnCluster.SimpleScalingPolicyConfigurationProperty
CHANGE_IN_CAPACITY is the default. CHANGE_IN_CAPACITY indicates that the EC2 instance count increments or decrements by ScalingAdjustment , which should be expressed as an integer. PERCENT_CHANGE_IN_CAPACITY indicates the instance count increments or decrements by the percentage specified by ScalingAdjustment , which should be expressed as an integer. For example, 20 indicates an increase in 20% increments of cluster capacity. EXACT_CAPACITY indicates the scaling activity results in an instance group with the number of EC2 instances specified by ScalingAdjustment , which should be expressed as a positive integer.
getAdjustmentType in interface CfnCluster.SimpleScalingPolicyConfigurationPropertypublic final Number getCoolDown()
CfnCluster.SimpleScalingPolicyConfigurationPropertyThe default value is 0.
getCoolDown in interface CfnCluster.SimpleScalingPolicyConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.