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::Connect::HoursOfOperation RecurrencePattern
The RecurrencePattern property type specifies Property description not available. for an AWS::Connect::HoursOfOperation.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ByMonth" :[ Integer, ... ], "ByMonthDay" :[ Integer, ... ], "ByWeekdayOccurrence" :[ Integer, ... ], "Frequency" :String, "Interval" :Integer}
YAML
ByMonth:- IntegerByMonthDay:- IntegerByWeekdayOccurrence:- IntegerFrequency:StringInterval:Integer
Properties
ByMonthProperty description not available.
Required: No
Type: Array of Integer
Minimum:
1Maximum:
12Update requires: No interruption
ByMonthDayProperty description not available.
Required: No
Type: Array of Integer
Minimum:
-1Maximum:
31Update requires: No interruption
ByWeekdayOccurrenceProperty description not available.
Required: No
Type: Array of Integer
Minimum:
0 | -1Maximum:
1 | 4Update requires: No interruption
FrequencyProperty description not available.
Required: No
Type: String
Allowed values:
WEEKLY | MONTHLY | YEARLYUpdate requires: No interruption
IntervalProperty description not available.
Required: No
Type: Integer
Minimum:
1Maximum:
6Update requires: No interruption