AWS::MediaConnect::Flow Maintenance - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::MediaConnect::Flow Maintenance

The maintenance setting of a flow.

Syntax

To declare this entity in your Amazon 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