Show / Hide Table of Contents

Class CapacityProviderAutoScalingGroupProviderManagedScaling

Inheritance
System.Object
CapacityProviderAutoScalingGroupProviderManagedScaling
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 CapacityProviderAutoScalingGroupProviderManagedScaling

Fields

View Source

MaximumScalingStepSize

The maximum step adjustment size. A number between 1 and 10,000.

Declaration
public readonly int? MaximumScalingStepSize
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MinimumScalingStepSize

The minimum step adjustment size. A number between 1 and 10,000.

Declaration
public readonly int? MinimumScalingStepSize
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Status

Whether auto scaling is managed by ECS. Valid values are ENABLED and DISABLED.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

TargetCapacity

The target utilization for the capacity provider. A number between 1 and 100.

Declaration
public readonly int? TargetCapacity
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.