Show / Hide Table of Contents

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 Source

AutoScalingGroupArn

  • The Amazon Resource Name (ARN) of the associated auto scaling group.
Declaration
public readonly string AutoScalingGroupArn
Field Value
Type Description
System.String
View Source

ManagedScaling

  • Nested argument defining the parameters of the auto scaling. Defined below.
Declaration
public readonly CapacityProviderAutoScalingGroupProviderManagedScaling ManagedScaling
Field Value
Type Description
CapacityProviderAutoScalingGroupProviderManagedScaling
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 readonly string ManagedTerminationProtection
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.