AWS::ConnectCampaignsV2::Campaign TimeRange - AWS CloudFormation

AWS::ConnectCampaignsV2::Campaign TimeRange

Contains information about a time range.

Syntax

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