AWS::ConnectCampaignsV2::Campaign RestrictedPeriod - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ConnectCampaignsV2::Campaign RestrictedPeriod

Contains information about a restricted period.

Syntax

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

JSON

{ "EndDate" : String, "Name" : String, "StartDate" : String }

YAML

EndDate: String Name: String StartDate: String

Properties

EndDate

The end date of the restricted period.

Required: Yes

Type: String

Pattern: ^\d{4}-\d{2}-\d{2}$

Update requires: No interruption

Name

The name of the restricted period.

Required: No

Type: String

Maximum: 127

Update requires: No interruption

StartDate

The start date of the restricted period.

Required: Yes

Type: String

Pattern: ^\d{4}-\d{2}-\d{2}$

Update requires: No interruption