Capacity Provider Auto Scaling Group Provider
data class CapacityProviderAutoScalingGroupProvider(val autoScalingGroupArn: String, val managedDraining: String? = null, val managedScaling: CapacityProviderAutoScalingGroupProviderManagedScaling? = null, val managedTerminationProtection: String? = null)
Constructors
Link copied to clipboard
constructor(autoScalingGroupArn: String, managedDraining: String? = null, managedScaling: CapacityProviderAutoScalingGroupProviderManagedScaling? = null, managedTerminationProtection: String? = null)
Properties
Link copied to clipboard
ARN of the associated auto scaling group.
Link copied to clipboard
Enables or disables a graceful shutdown of instances without disturbing workloads. Valid values are ENABLED
and DISABLED
. The default value is ENABLED
when a capacity provider is created.
Link copied to clipboard
Configuration block defining the parameters of the auto scaling. Detailed below.
Link copied to clipboard
Enables or disables container-aware termination of instances in the auto scaling group when scale-in happens. Valid values are ENABLED
and DISABLED
.