maxWaitDuration property

String? maxWaitDuration
getter/setter pair

This is the maximum duration that a job will wait for the requested resources to be provisioned if the scheduling strategy is set to [Strategy.DWS_FLEX_START].

If set to 0, the job will wait indefinitely. The default is 24 hours.

Optional.

Implementation

core.String? maxWaitDuration;