AWS::ConnectCampaignsV2::Campaign CommunicationTimeConfig
Communication time configuration for an outbound campaign.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Email" :
TimeWindow
, "LocalTimeZoneConfig" :LocalTimeZoneConfig
, "Sms" :TimeWindow
, "Telephony" :TimeWindow
}
YAML
Email:
TimeWindow
LocalTimeZoneConfig:LocalTimeZoneConfig
Sms:TimeWindow
Telephony:TimeWindow
Properties
Email
-
The communication time configuration for the email channel subtype.
Required: No
Type: TimeWindow
Update requires: No interruption
LocalTimeZoneConfig
-
The local timezone configuration.
Required: Yes
Type: LocalTimeZoneConfig
Update requires: No interruption
Sms
-
The communication time configuration for the SMS channel subtype.
Required: No
Type: TimeWindow
Update requires: No interruption
Telephony
-
The communication time configuration for the telephony channel subtype.
Required: No
Type: TimeWindow
Update requires: No interruption