Class CapacityProviderAutoScalingGroupProvider
Inheritance
System.Object
CapacityProviderAutoScalingGroupProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ecs.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CapacityProviderAutoScalingGroupProvider
Fields
View SourceAutoScalingGroupArn
- The Amazon Resource Name (ARN) of the associated auto scaling group.
Declaration
public readonly string AutoScalingGroupArn
Field Value
| Type | Description |
|---|---|
| System.String |
ManagedScaling
- Nested argument defining the parameters of the auto scaling. Defined below.
Declaration
public readonly CapacityProviderAutoScalingGroupProviderManagedScaling ManagedScaling
Field Value
| Type | Description |
|---|---|
| CapacityProviderAutoScalingGroupProviderManagedScaling |
ManagedTerminationProtection
- Enables or disables container-aware termination of instances in the auto scaling group when scale-in happens. Valid values are
ENABLEDandDISABLED.
Declaration
public readonly string ManagedTerminationProtection
Field Value
| Type | Description |
|---|---|
| System.String |