base property

Input<int?>? base
final

The base value designates how many 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. Defaults to 0.

Implementation

final pulumi.Input<int?>? base;