Skip to content

Commit

Permalink
chore(eks-v2-alpha): backfill missing enums for eks-v2-alpha (#33630)
Browse files Browse the repository at this point in the history
### Description of changes

backfill missing enums for eks-v2-alpha

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
paulhcsun authored Mar 4, 2025
1 parent a8c20dd commit 0dfc5d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@aws-cdk/aws-eks-v2-alpha/lib/managed-nodegroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ export enum CapacityType {
* on-demand instances
*/
ON_DEMAND = 'ON_DEMAND',
/**
* capacity block instances
*/
CAPACITY_BLOCK = 'CAPACITY_BLOCK',
}

/**
Expand Down

0 comments on commit 0dfc5d2

Please sign in to comment.