Class CapacityProviderAutoScalingGroupProviderManagedScalingArgs
Inheritance
System.Object
CapacityProviderAutoScalingGroupProviderManagedScalingArgs
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 CapacityProviderAutoScalingGroupProviderManagedScalingArgs : ResourceArgs
Constructors
View SourceCapacityProviderAutoScalingGroupProviderManagedScalingArgs()
Declaration
public CapacityProviderAutoScalingGroupProviderManagedScalingArgs()
Properties
View SourceMaximumScalingStepSize
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> |
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> |
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> |
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> |