AWS::ConnectCampaignsV2::Campaign TimeRange
Contains information about a time range.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
EndTime
-
The end time of the time range.
Required: Yes
Type: String
Pattern:
^T\d{2}:\d{2}$
Update requires: No interruption
StartTime
-
The start time of the time range.
Required: Yes
Type: String
Pattern:
^T\d{2}:\d{2}$
Update requires: No interruption