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::MediaLive::Channel MaintenanceCreateSettings
Settings for the maintenance window for this channel.
The parent of this entity is Channel.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "MaintenanceDay" :String, "MaintenanceStartTime" :String}
YAML
MaintenanceDay:StringMaintenanceStartTime:String
Properties
MaintenanceDay-
Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
Required: No
Type: String
Update requires: No interruption
MaintenanceStartTime-
Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
Required: No
Type: String
Update requires: No interruption