

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::Connect::HoursOfOperation RecurrenceConfig
<a name="aws-properties-connect-hoursofoperation-recurrenceconfig"></a>

Defines the recurrence configuration for overrides. This configuration uses a recurrence pattern to specify when and how frequently an event should repeat.

## Syntax
<a name="aws-properties-connect-hoursofoperation-recurrenceconfig-syntax"></a>

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

### JSON
<a name="aws-properties-connect-hoursofoperation-recurrenceconfig-syntax.json"></a>

```
{
  "[RecurrencePattern](#cfn-connect-hoursofoperation-recurrenceconfig-recurrencepattern)" : RecurrencePattern
}
```

### YAML
<a name="aws-properties-connect-hoursofoperation-recurrenceconfig-syntax.yaml"></a>

```
  [RecurrencePattern](#cfn-connect-hoursofoperation-recurrenceconfig-recurrencepattern): 
    RecurrencePattern
```

## Properties
<a name="aws-properties-connect-hoursofoperation-recurrenceconfig-properties"></a>

`RecurrencePattern`  <a name="cfn-connect-hoursofoperation-recurrenceconfig-recurrencepattern"></a>
The recurrence pattern that defines how the event repeats. Example: Frequency, Interval, ByMonth, ByMonthDay, ByWeekdayOccurrence  
*Required*: Yes  
*Type*: [RecurrencePattern](aws-properties-connect-hoursofoperation-recurrencepattern.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)