Class ServiceCapacityProviderStrategy
Inheritance
System.Object
ServiceCapacityProviderStrategy
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 ServiceCapacityProviderStrategy
Fields
View SourceBase
The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.
Declaration
public readonly int? Base
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
CapacityProvider
The short name or full Amazon Resource Name (ARN) of the capacity provider.
Declaration
public readonly string CapacityProvider
Field Value
| Type | Description |
|---|---|
| System.String |
Weight
The relative percentage of the total number of launched tasks that should use the specified capacity provider.
Declaration
public readonly int? Weight
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |