This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::EC2::InstanceEventWindow TimeRange
The TimeRange property type specifies Property description not available. for an AWS::EC2::InstanceEventWindow.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EndHour" :Integer, "EndWeekDay" :String, "StartHour" :Integer, "StartWeekDay" :String}
YAML
EndHour:IntegerEndWeekDay:StringStartHour:IntegerStartWeekDay:String
Properties
EndHourProperty description not available.
Required: No
Type: Integer
Minimum:
0Maximum:
23Update requires: No interruption
EndWeekDayProperty description not available.
Required: No
Type: String
Allowed values:
sunday | monday | tuesday | wednesday | thursday | friday | saturdayUpdate requires: No interruption
StartHourProperty description not available.
Required: No
Type: Integer
Minimum:
0Maximum:
23Update requires: No interruption
StartWeekDayProperty description not available.
Required: No
Type: String
Allowed values:
sunday | monday | tuesday | wednesday | thursday | friday | saturdayUpdate requires: No interruption