AWS::AmazonMQ::Broker MaintenanceWindow - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AmazonMQ::Broker MaintenanceWindow

The parameters that determine the WeeklyStartTime.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DayOfWeek" : String, "TimeOfDay" : String, "TimeZone" : String }

YAML

DayOfWeek: String TimeOfDay: String TimeZone: String

Properties

DayOfWeek

Required. The day of the week.

Required: Yes

Type: String

Allowed values: MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY | SUNDAY

Update requires: No interruption

TimeOfDay

Required. The time, in 24-hour format.

Required: Yes

Type: String

Pattern: ^[0-9]{1,2}:[0-9]{2}(:[0-9]{2})?$

Update requires: No interruption

TimeZone

The time zone, UTC by default, in either the Country/City format, or the UTC offset format.

Required: Yes

Type: String

Update requires: No interruption