@Generated(value="software.amazon.awssdk:codegen") public final class AutoScalingGroupProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoScalingGroupProvider.Builder,AutoScalingGroupProvider>
The details of the Auto Scaling group for the capacity provider.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoScalingGroupProvider.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoScalingGroupArn()
The Amazon Resource Name (ARN) that identifies the Auto Scaling group, or the Auto Scaling group name.
|
static AutoScalingGroupProvider.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ManagedScaling |
managedScaling()
The managed scaling settings for the Auto Scaling group capacity provider.
|
ManagedTerminationProtection |
managedTerminationProtection()
The managed termination protection setting to use for the Auto Scaling group capacity provider.
|
String |
managedTerminationProtectionAsString()
The managed termination protection setting to use for the Auto Scaling group capacity provider.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoScalingGroupProvider.Builder> |
serializableBuilderClass() |
AutoScalingGroupProvider.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String autoScalingGroupArn()
The Amazon Resource Name (ARN) that identifies the Auto Scaling group, or the Auto Scaling group name.
public final ManagedScaling managedScaling()
The managed scaling settings for the Auto Scaling group capacity provider.
public final ManagedTerminationProtection managedTerminationProtection()
The managed termination protection setting to use for the Auto Scaling group capacity provider. This determines whether the Auto Scaling group has managed termination protection. The default is off.
When using managed termination protection, managed scaling must also be used otherwise managed termination protection doesn't work.
When managed termination protection is on, 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 on as well. For more information, see Instance Protection in the Auto Scaling User Guide.
When managed termination protection is off, your Amazon EC2 instances aren't protected from termination when the Auto Scaling group scales in.
If the service returns an enum value that is not available in the current SDK version,
managedTerminationProtection will return ManagedTerminationProtection.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from managedTerminationProtectionAsString().
When using managed termination protection, managed scaling must also be used otherwise managed termination protection doesn't work.
When managed termination protection is on, 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 on as well. For more information, see Instance Protection in the Auto Scaling User Guide.
When managed termination protection is off, your Amazon EC2 instances aren't protected from termination when the Auto Scaling group scales in.
ManagedTerminationProtectionpublic final String managedTerminationProtectionAsString()
The managed termination protection setting to use for the Auto Scaling group capacity provider. This determines whether the Auto Scaling group has managed termination protection. The default is off.
When using managed termination protection, managed scaling must also be used otherwise managed termination protection doesn't work.
When managed termination protection is on, 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 on as well. For more information, see Instance Protection in the Auto Scaling User Guide.
When managed termination protection is off, your Amazon EC2 instances aren't protected from termination when the Auto Scaling group scales in.
If the service returns an enum value that is not available in the current SDK version,
managedTerminationProtection will return ManagedTerminationProtection.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from managedTerminationProtectionAsString().
When using managed termination protection, managed scaling must also be used otherwise managed termination protection doesn't work.
When managed termination protection is on, 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 on as well. For more information, see Instance Protection in the Auto Scaling User Guide.
When managed termination protection is off, your Amazon EC2 instances aren't protected from termination when the Auto Scaling group scales in.
ManagedTerminationProtectionpublic AutoScalingGroupProvider.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoScalingGroupProvider.Builder,AutoScalingGroupProvider>public static AutoScalingGroupProvider.Builder builder()
public static Class<? extends AutoScalingGroupProvider.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.