Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(batch): add launchTemplateId in LaunchTemplateSpecification #20184

Merged
merged 9 commits into from
Jul 7, 2022
Prev Previous commit
Next Next commit
Update packages/@aws-cdk/aws-batch/lib/compute-environment.ts
  • Loading branch information
kaizencc authored Jun 29, 2022
commit f627ba753c4ca13c1661986cc5e2462c8161e41c
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-batch/lib/compute-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export enum AllocationStrategy {
*/
export interface LaunchTemplateSpecification {
/**
* The Launch template ID
* The Launch template ID. Mutually exclusive with `launchTemplateName`.
*
* @default - no launch template id provided
*/
Expand Down