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 SourceMaximumScalingStepSize
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> |
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> |
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 |
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> |