Class CapacityProviderAutoScalingGroupProviderArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CapacityProviderAutoScalingGroupProviderArgs : ResourceArgs
Constructors
View SourceCapacityProviderAutoScalingGroupProviderArgs()
Declaration
public CapacityProviderAutoScalingGroupProviderArgs()
Properties
View SourceAutoScalingGroupArn
- The Amazon Resource Name (ARN) of the associated auto scaling group.
Declaration
public Input<string> AutoScalingGroupArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManagedScaling
- Nested argument defining the parameters of the auto scaling. Defined below.
Declaration
public Input<CapacityProviderAutoScalingGroupProviderManagedScalingArgs> ManagedScaling { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CapacityProviderAutoScalingGroupProviderManagedScalingArgs> |
ManagedTerminationProtection
- Enables or disables container-aware termination of instances in the auto scaling group when scale-in happens. Valid values are
ENABLEDandDISABLED.
Declaration
public Input<string> ManagedTerminationProtection { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |