AWS::ConnectCampaignsV2::Campaign TimeRange - 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 TimeRange

Contains information about a time range.

Syntax

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

JSON

{ "EndTime" : String, "StartTime" : String }

YAML

EndTime: String StartTime: String

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