AWS::Connect::HoursOfOperation RecurrencePattern - AWS CloudFormation

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: - Integer ByMonthDay: - Integer ByWeekdayOccurrence: - Integer Frequency: String Interval: Integer

Properties

ByMonth

Property description not available.

Required: No

Type: Array of Integer

Minimum: 1

Maximum: 12

Update requires: No interruption

ByMonthDay

Property description not available.

Required: No

Type: Array of Integer

Minimum: -1

Maximum: 31

Update requires: No interruption

ByWeekdayOccurrence

Property description not available.

Required: No

Type: Array of Integer

Minimum: 0 | -1

Maximum: 1 | 4

Update requires: No interruption

Frequency

Property description not available.

Required: No

Type: String

Allowed values: WEEKLY | MONTHLY | YEARLY

Update requires: No interruption

Interval

Property description not available.

Required: No

Type: Integer

Minimum: 1

Maximum: 6

Update requires: No interruption