Skip to content

Commit 2a8a8a3

Browse files
authored
feat(iot): backfill enum values in iot module (#33969)
### Description of changes feat(iot): backfill enum values in iot module CFN Doc: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-scheduledaudit.html#cfn-iot-scheduledaudit-dayofweek ### Checklist - [ ] 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 85fc87f commit 2a8a8a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/@aws-cdk/aws-iot-alpha/lib/scheduled-audit.ts

+5
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ export enum DayOfWeek {
165165
* Saturday
166166
*/
167167
SATURDAY = 'SAT',
168+
169+
/**
170+
* UNSET_VALUE
171+
*/
172+
UNSET_VALUE = 'UNSET_VALUE',
168173
}
169174

170175
/**

0 commit comments

Comments
 (0)