AWS::ConnectCampaignsV2::Campaign SmsChannelSubtypeConfig
The configuration for the SMS channel subtype.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Capacity" :
Number
, "DefaultOutboundConfig" :SmsOutboundConfig
, "OutboundMode" :SmsOutboundMode
}
YAML
Capacity:
Number
DefaultOutboundConfig:SmsOutboundConfig
OutboundMode:SmsOutboundMode
Properties
Capacity
-
The allocation of SMS capacity between multiple running outbound campaigns.
Required: No
Type: Number
Minimum:
0
Maximum:
1
Update requires: No interruption
DefaultOutboundConfig
-
The default SMS outbound configuration of an outbound campaign.
Required: Yes
Type: SmsOutboundConfig
Update requires: No interruption
OutboundMode
-
The outbound mode of SMS for an outbound campaign.
Required: Yes
Type: SmsOutboundMode
Update requires: No interruption