AWS::ConnectCampaignsV2::Campaign RestrictedPeriod - AWS CloudFormation

AWS::ConnectCampaignsV2::Campaign RestrictedPeriod

Contains information about a restricted period.

Syntax

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