This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::ConnectCampaignsV2::Campaign SmsChannelSubtypeConfig
The configuration for the SMS channel subtype.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Capacity" :Number, "DefaultOutboundConfig" :SmsOutboundConfig, "OutboundMode" :SmsOutboundMode}
YAML
Capacity:NumberDefaultOutboundConfig:SmsOutboundConfigOutboundMode:SmsOutboundMode
Properties
- Capacity
- 
                    The allocation of SMS capacity between multiple running outbound campaigns. Required: No Type: Number Minimum: 0Maximum: 1Update 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