AWS::ConnectCampaignsV2::Campaign RestrictedPeriod - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::ConnectCampaignsV2::Campaign RestrictedPeriod

Contains information about a restricted period.

Syntax

To declare this entity in your 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