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 TelephonyChannelSubtypeConfig
The configuration for the telephony channel subtype.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Capacity" :Number, "ConnectQueueId" :String, "DefaultOutboundConfig" :TelephonyOutboundConfig, "OutboundMode" :TelephonyOutboundMode}
YAML
Capacity:NumberConnectQueueId:StringDefaultOutboundConfig:TelephonyOutboundConfigOutboundMode:TelephonyOutboundMode
Properties
Capacity-
The allocation of telephony capacity between multiple running outbound campaigns.
Required: No
Type: Number
Minimum:
0Maximum:
1Update requires: No interruption
ConnectQueueId-
The identifier of the Amazon Connect queue associated with telephony outbound requests of an outbound campaign.
Required: No
Type: String
Maximum:
500Update requires: No interruption
DefaultOutboundConfig-
The default telephony outbound configuration of an outbound campaign.
Required: Yes
Type: TelephonyOutboundConfig
Update requires: No interruption
OutboundMode-
The outbound mode of telephony for an outbound campaign.
Required: Yes
Type: TelephonyOutboundMode
Update requires: No interruption