@Stability(value=Stable) @Internal public static final class CfnScalableTarget.SuspendedStateProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnScalableTarget.SuspendedStateProperty
CfnScalableTarget.SuspendedStatePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnScalableTarget.SuspendedStateProperty.Builder, CfnScalableTarget.SuspendedStateProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnScalableTarget.SuspendedStateProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnScalableTarget.ScalableTargetActionProperty.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) |
Object |
getDynamicScalingInSuspended()
Whether scale in by a target tracking scaling policy or a step scaling policy is suspended.
|
Object |
getDynamicScalingOutSuspended()
Whether scale out by a target tracking scaling policy or a step scaling policy is suspended.
|
Object |
getScheduledScalingSuspended()
Whether scheduled scaling is suspended.
|
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(CfnScalableTarget.SuspendedStateProperty.Builder builder)
CfnScalableTarget.ScalableTargetActionProperty.Builder.public final Object getDynamicScalingInSuspended()
CfnScalableTarget.SuspendedStateProperty
Set the value to true if you don't want Application Auto Scaling to remove capacity when a scaling policy is triggered. The default is false .
getDynamicScalingInSuspended in interface CfnScalableTarget.SuspendedStatePropertypublic final Object getDynamicScalingOutSuspended()
CfnScalableTarget.SuspendedStateProperty
Set the value to true if you don't want Application Auto Scaling to add capacity when a scaling policy is triggered. The default is false .
getDynamicScalingOutSuspended in interface CfnScalableTarget.SuspendedStatePropertypublic final Object getScheduledScalingSuspended()
CfnScalableTarget.SuspendedStateProperty
Set the value to true if you don't want Application Auto Scaling to add or remove capacity by initiating scheduled actions. The default is false .
getScheduledScalingSuspended in interface CfnScalableTarget.SuspendedStateProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.