Skip to content

Commit

Permalink
chore(fsx): backfill missing enums for fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun committed Feb 28, 2025
1 parent 8679b89 commit b560b0e
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',
/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
*/
INTELLIGENT_TIERING = 'INTELLIGENT_TIERING',
}

/**
Expand Down

0 comments on commit b560b0e

Please sign in to comment.