Capacity Provider Auto Scaling Group Provider Args
data class CapacityProviderAutoScalingGroupProviderArgs(val autoScalingGroupArn: Output<String>, val managedDraining: Output<CapacityProviderAutoScalingGroupProviderManagedDraining>? = null, val managedScaling: Output<CapacityProviderManagedScalingArgs>? = null, val managedTerminationProtection: Output<CapacityProviderAutoScalingGroupProviderManagedTerminationProtection>? = null) : ConvertibleToJava<CapacityProviderAutoScalingGroupProviderArgs>
Constructors
Link copied to clipboard
constructor(autoScalingGroupArn: Output<String>, managedDraining: Output<CapacityProviderAutoScalingGroupProviderManagedDraining>? = null, managedScaling: Output<CapacityProviderManagedScalingArgs>? = null, managedTerminationProtection: Output<CapacityProviderAutoScalingGroupProviderManagedTerminationProtection>? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) that identifies the Auto Scaling group, or the Auto Scaling group name.
Link copied to clipboard
The managed draining option for the Auto Scaling group capacity provider. When you enable this, Amazon ECS manages and gracefully drains the EC2 container instances that are in the Auto Scaling group capacity provider.
Link copied to clipboard
The managed scaling settings for the Auto Scaling group capacity provider.
Link copied to clipboard
val managedTerminationProtection: Output<CapacityProviderAutoScalingGroupProviderManagedTerminationProtection>? = null
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.