Skip to content

Commit

Permalink
chore(batch): backfill missing enums for batch
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun committed Feb 28, 2025
1 parent 8679b89 commit dca646e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/aws-cdk-lib/aws-batch/lib/ecs-job-definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ interface IEcsJobDefinition extends IJobDefinition {
export enum Compatibility {
EC2 = 'EC2',
FARGATE = 'FARGATE',
/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
*/
SPOT = 'SPOT',
/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
*/
FARGATE_SPOT = 'FARGATE_SPOT',
}

/**
Expand Down

0 comments on commit dca646e

Please sign in to comment.