Module: AWSCDK::Batch::JobStateTimeLimitActionsAction
- Defined in:
- batch/job_state_time_limit_actions_action.rb
Overview
The action to take when a job is at the head of the job queue in the specified state for the specified period of time.
Constant Summary collapse
- CANCEL =
Deprecated.Note:
Default:
Cancel the job.
Jsii::Enum.new("aws-cdk-lib.aws_batch.JobStateTimeLimitActionsAction", "CANCEL")
- TERMINATE =
Deprecated.Note:
Default:
Terminate the job.
Jsii::Enum.new("aws-cdk-lib.aws_batch.JobStateTimeLimitActionsAction", "TERMINATE")