

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

# AWS::ApplicationSignals::ServiceLevelObjective RecurrenceRule
<a name="aws-properties-applicationsignals-servicelevelobjective-recurrencerule"></a>

The recurrence rule for the time exclusion window.

## Syntax
<a name="aws-properties-applicationsignals-servicelevelobjective-recurrencerule-syntax"></a>

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

### JSON
<a name="aws-properties-applicationsignals-servicelevelobjective-recurrencerule-syntax.json"></a>

```
{
  "[Expression](#cfn-applicationsignals-servicelevelobjective-recurrencerule-expression)" : {{String}}
}
```

### YAML
<a name="aws-properties-applicationsignals-servicelevelobjective-recurrencerule-syntax.yaml"></a>

```
  [Expression](#cfn-applicationsignals-servicelevelobjective-recurrencerule-expression): {{String}}
```

## Properties
<a name="aws-properties-applicationsignals-servicelevelobjective-recurrencerule-properties"></a>

`Expression`  <a name="cfn-applicationsignals-servicelevelobjective-recurrencerule-expression"></a>
The following two rules are supported:  
+ rate(value unit) - The value must be a positive integer and the unit can be hour\|day\|month.
+ cron - An expression which consists of six fields separated by white spaces: (minutes hours day\_of\_month month day\_of\_week year).
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)