Show / Hide Table of Contents

Class CapacityProviderAutoScalingGroupProviderArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CapacityProviderAutoScalingGroupProviderArgs
Inherited Members
ResourceArgs.Empty
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 Source

CapacityProviderAutoScalingGroupProviderArgs()

Declaration
public CapacityProviderAutoScalingGroupProviderArgs()

Properties

View Source

AutoScalingGroupArn

  • 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>
View Source

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>
View Source

ManagedTerminationProtection

  • Enables or disables container-aware termination of instances in the auto scaling group when scale-in happens. Valid values are ENABLED and DISABLED.
Declaration
public Input<string> ManagedTerminationProtection { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.