Skip to content

Commit

Permalink
chore(fsx): backfill missing enums for fsx (#33649)
Browse files Browse the repository at this point in the history
### Description of changes
backfill missing enums for fsx

### 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 7e50699 commit a8c20dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/aws-cdk-lib/aws-fsx/lib/file-system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export enum StorageType {
* Hard Disk Drive storage
*/
HDD = 'HDD',
/**
* Intelligent Tiering storage
*/
INTELLIGENT_TIERING = 'INTELLIGENT_TIERING',
}

/**
Expand Down

0 comments on commit a8c20dd

Please sign in to comment.