

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::ConnectCampaignsV2::Campaign Schedule
<a name="aws-properties-connectcampaignsv2-campaign-schedule"></a>

Contains the schedule configuration.

## Syntax
<a name="aws-properties-connectcampaignsv2-campaign-schedule-syntax"></a>

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

### JSON
<a name="aws-properties-connectcampaignsv2-campaign-schedule-syntax.json"></a>

```
{
  "[EndTime](#cfn-connectcampaignsv2-campaign-schedule-endtime)" : {{String}},
  "[RefreshFrequency](#cfn-connectcampaignsv2-campaign-schedule-refreshfrequency)" : {{String}},
  "[StartTime](#cfn-connectcampaignsv2-campaign-schedule-starttime)" : {{String}}
}
```

### YAML
<a name="aws-properties-connectcampaignsv2-campaign-schedule-syntax.yaml"></a>

```
  [EndTime](#cfn-connectcampaignsv2-campaign-schedule-endtime): {{String}}
  [RefreshFrequency](#cfn-connectcampaignsv2-campaign-schedule-refreshfrequency): {{String}}
  [StartTime](#cfn-connectcampaignsv2-campaign-schedule-starttime): {{String}}
```

## Properties
<a name="aws-properties-connectcampaignsv2-campaign-schedule-properties"></a>

`EndTime`  <a name="cfn-connectcampaignsv2-campaign-schedule-endtime"></a>
The end time of the schedule in UTC.  
*Required*: Yes  
*Type*: String  
*Maximum*: `100`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RefreshFrequency`  <a name="cfn-connectcampaignsv2-campaign-schedule-refreshfrequency"></a>
The refresh frequency of the campaign.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9.]*$`  
*Minimum*: `0`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StartTime`  <a name="cfn-connectcampaignsv2-campaign-schedule-starttime"></a>
The start time of the schedule in UTC.  
*Required*: Yes  
*Type*: String  
*Maximum*: `100`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)