AWS::MediaConnect::Flow Maintenance
The maintenance setting of a flow. MediaConnect routinely performs maintenance on underlying systems for security, reliability, and operational performance. The maintenance activities include actions such as patching the operating system, updating drivers, or installing software and patches.
You can select the day and time that maintenance events occur.
This is called a maintenance window and is used every time a maintenance event is required.
To change the day and time, you can edit the maintenance window using MaintenanceDay
and MaintenanceStartHour
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MaintenanceDay" :
String
, "MaintenanceStartHour" :String
}
YAML
MaintenanceDay:
String
MaintenanceStartHour:String
Properties
MaintenanceDay
-
A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
Required: Yes
Type: String
Allowed values:
Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday
Update requires: No interruption
MaintenanceStartHour
-
UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
Required: Yes
Type: String
Update requires: No interruption