ServiceJobRetryStrategy - Amazon Batch
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ServiceJobRetryStrategy

The retry strategy for service jobs. This defines how many times to retry a failed service job and under what conditions. For more information, see Service job retry strategies in the Amazon Batch User Guide.

Contents

attempts

The number of times to move a service job to RUNNABLE status. You can specify between 1 and 10 attempts.

Type: Integer

Required: Yes

evaluateOnExit

Array of ServiceJobEvaluateOnExit objects that specify conditions under which the service job should be retried or failed.

Type: Array of ServiceJobEvaluateOnExit objects

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: