Show / Hide Table of Contents

Class CapacityProviderAutoScalingGroupProviderManagedScalingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CapacityProviderAutoScalingGroupProviderManagedScalingArgs
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 CapacityProviderAutoScalingGroupProviderManagedScalingArgs : ResourceArgs

Constructors

View Source

CapacityProviderAutoScalingGroupProviderManagedScalingArgs()

Declaration
public CapacityProviderAutoScalingGroupProviderManagedScalingArgs()

Properties

View Source

MaximumScalingStepSize

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

Declaration
public Input<int> MaximumScalingStepSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MinimumScalingStepSize

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

Declaration
public Input<int> MinimumScalingStepSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Status

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

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TargetCapacity

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

Declaration
public Input<int> TargetCapacity { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.