@Stability(value=Stable) @Internal public static final class CfnCapacityProvider.AutoScalingGroupProviderProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCapacityProvider.AutoScalingGroupProviderProperty
CfnCapacityProvider.AutoScalingGroupProviderPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCapacityProvider.AutoScalingGroupProviderProperty.Builder, CfnCapacityProvider.AutoScalingGroupProviderProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCapacityProvider.AutoScalingGroupProviderProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCapacityProvider.AutoScalingGroupProviderProperty.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 |
getAutoScalingGroupArn()
The Amazon Resource Name (ARN) or short name that identifies the Auto Scaling group.
|
Object |
getManagedScaling()
The managed scaling settings for the Auto Scaling group capacity provider.
|
String |
getManagedTerminationProtection()
The managed termination protection setting to use for the Auto Scaling group capacity provider.
|
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(CfnCapacityProvider.AutoScalingGroupProviderProperty.Builder builder)
CfnCapacityProvider.AutoScalingGroupProviderProperty.Builder.public final String getAutoScalingGroupArn()
CfnCapacityProvider.AutoScalingGroupProviderPropertygetAutoScalingGroupArn in interface CfnCapacityProvider.AutoScalingGroupProviderPropertypublic final Object getManagedScaling()
CfnCapacityProvider.AutoScalingGroupProviderPropertygetManagedScaling in interface CfnCapacityProvider.AutoScalingGroupProviderPropertypublic final String getManagedTerminationProtection()
CfnCapacityProvider.AutoScalingGroupProviderPropertyThis determines whether the Auto Scaling group has managed termination protection. The default is disabled.
When using managed termination protection, managed scaling must also be used otherwise managed termination protection doesn't work.
When managed termination protection is enabled, Amazon ECS prevents the Amazon EC2 instances in an Auto Scaling group that contain tasks from being terminated during a scale-in action. The Auto Scaling group and each instance in the Auto Scaling group must have instance protection from scale-in actions enabled as well. For more information, see Instance Protection in the AWS Auto Scaling User Guide .
When managed termination protection is disabled, your Amazon EC2 instances aren't protected from termination when the Auto Scaling group scales in.
getManagedTerminationProtection in interface CfnCapacityProvider.AutoScalingGroupProviderProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.