CapacityProviderAutoScalingGroupProvider

data class CapacityProviderAutoScalingGroupProvider(val autoScalingGroupArn: String, val managedDraining: CapacityProviderAutoScalingGroupProviderManagedDraining? = null, val managedScaling: CapacityProviderManagedScaling? = null, val managedTerminationProtection: CapacityProviderAutoScalingGroupProviderManagedTerminationProtection? = null)

Constructors

Link copied to clipboard
constructor(autoScalingGroupArn: String, managedDraining: CapacityProviderAutoScalingGroupProviderManagedDraining? = null, managedScaling: CapacityProviderManagedScaling? = null, managedTerminationProtection: CapacityProviderAutoScalingGroupProviderManagedTerminationProtection? = null)

Types

Link copied to clipboard
object Companion

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

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.