AWS::ConnectCampaignsV2::Campaign ChannelSubtypeConfig
Contains channel subtype configuration for an outbound campaign.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Email" :
EmailChannelSubtypeConfig
, "Sms" :SmsChannelSubtypeConfig
, "Telephony" :TelephonyChannelSubtypeConfig
}
YAML
Email:
EmailChannelSubtypeConfig
Sms:SmsChannelSubtypeConfig
Telephony:TelephonyChannelSubtypeConfig
Properties
Email
-
The configuration of the email channel subtype.
Required: No
Type: EmailChannelSubtypeConfig
Update requires: No interruption
Sms
-
The configuration of the SMS channel subtype.
Required: No
Type: SmsChannelSubtypeConfig
Update requires: No interruption
Telephony
-
The configuration of the telephony channel subtype.
Required: No
Type: TelephonyChannelSubtypeConfig
Update requires: No interruption