@Stability(value=Stable) public static final class CfnScalableTarget.SuspendedStateProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnScalableTarget.SuspendedStateProperty>
CfnScalableTarget.SuspendedStateProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnScalableTarget.SuspendedStateProperty.Builder dynamicScalingInSuspended(Boolean dynamicScalingInSuspended)
CfnScalableTarget.SuspendedStateProperty.getDynamicScalingInSuspended()dynamicScalingInSuspended - Whether scale in by a target tracking scaling policy or a step scaling policy is suspended.
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 .this@Stability(value=Stable) public CfnScalableTarget.SuspendedStateProperty.Builder dynamicScalingInSuspended(IResolvable dynamicScalingInSuspended)
CfnScalableTarget.SuspendedStateProperty.getDynamicScalingInSuspended()dynamicScalingInSuspended - Whether scale in by a target tracking scaling policy or a step scaling policy is suspended.
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 .this@Stability(value=Stable) public CfnScalableTarget.SuspendedStateProperty.Builder dynamicScalingOutSuspended(Boolean dynamicScalingOutSuspended)
CfnScalableTarget.SuspendedStateProperty.getDynamicScalingOutSuspended()dynamicScalingOutSuspended - Whether scale out by a target tracking scaling policy or a step scaling policy is suspended.
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 .this@Stability(value=Stable) public CfnScalableTarget.SuspendedStateProperty.Builder dynamicScalingOutSuspended(IResolvable dynamicScalingOutSuspended)
CfnScalableTarget.SuspendedStateProperty.getDynamicScalingOutSuspended()dynamicScalingOutSuspended - Whether scale out by a target tracking scaling policy or a step scaling policy is suspended.
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 .this@Stability(value=Stable) public CfnScalableTarget.SuspendedStateProperty.Builder scheduledScalingSuspended(Boolean scheduledScalingSuspended)
CfnScalableTarget.SuspendedStateProperty.getScheduledScalingSuspended()scheduledScalingSuspended - Whether scheduled scaling is suspended.
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 .this@Stability(value=Stable) public CfnScalableTarget.SuspendedStateProperty.Builder scheduledScalingSuspended(IResolvable scheduledScalingSuspended)
CfnScalableTarget.SuspendedStateProperty.getScheduledScalingSuspended()scheduledScalingSuspended - Whether scheduled scaling is suspended.
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 .this@Stability(value=Stable) public CfnScalableTarget.SuspendedStateProperty build()
build in interface software.amazon.jsii.Builder<CfnScalableTarget.SuspendedStateProperty>CfnScalableTarget.SuspendedStatePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.