Module: AWSCDK::Batch::Action

Defined in:
batch/action.rb

Overview

The Action to take when all specified conditions in a RetryStrategy are met.

Constant Summary collapse

EXIT =
Deprecated.
Note:

Default:

The job will not retry.

Jsii::Enum.new("aws-cdk-lib.aws_batch.Action", "EXIT")
RETRY =
Deprecated.
Note:

Default:

The job will retry.

It can be retried up to the number of times specified in retry_attempts.

Jsii::Enum.new("aws-cdk-lib.aws_batch.Action", "RETRY")