Class ServiceCapacityProviderStrategyArgs
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 ServiceCapacityProviderStrategyArgs : ResourceArgs
Constructors
View SourceServiceCapacityProviderStrategyArgs()
Declaration
public ServiceCapacityProviderStrategyArgs()
Properties
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 Input<int> Base { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
CapacityProvider
The short name or full Amazon Resource Name (ARN) of the capacity provider.
Declaration
public Input<string> CapacityProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Weight
The relative percentage of the total number of launched tasks that should use the specified capacity provider.
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |