Skip to content

Commit cb8935c

Browse files
aws-cdk-automationleonmk-aws
authored andcommitted
chore(batch): add new enum values for batch
1 parent 2558c4d commit cb8935c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/aws-cdk-lib/aws-batch/lib/job-queue.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ export enum JobStateTimeLimitActionsAction {
190190
* Cancel the job.
191191
*/
192192
CANCEL = 'CANCEL',
193+
/**
194+
* PLACEHOLDER_COMMENT_TO_BE_FILLED_OUT
195+
*/
196+
TERMINATE = 'TERMINATE',
193197
}
194198

195199
/**

0 commit comments

Comments
 (0)