CapacityProviderAutoScalingGroupProvider

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the associated auto scaling group.

Link copied to clipboard
val managedDraining: String? = null

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.