CapacityProviderAutoScalingGroupProvider

data class CapacityProviderAutoScalingGroupProvider(val autoScalingGroupArn: String, val managedScaling: CapacityProviderAutoScalingGroupProviderManagedScaling? = null, val managedTerminationProtection: String? = null)

Constructors

Link copied to clipboard
constructor(autoScalingGroupArn: String, 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

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.