Skip to content

Commit a8c20dd

Browse files
authored
chore(fsx): backfill missing enums for fsx (#33649)
### 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*
1 parent 7e50699 commit a8c20dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/aws-cdk-lib/aws-fsx/lib/file-system.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ export enum StorageType {
1414
* Hard Disk Drive storage
1515
*/
1616
HDD = 'HDD',
17+
/**
18+
* Intelligent Tiering storage
19+
*/
20+
INTELLIGENT_TIERING = 'INTELLIGENT_TIERING',
1721
}
1822

1923
/**

0 commit comments

Comments
 (0)