This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ConnectCampaignsV2::Campaign EmailChannelSubtypeConfig
The configuration for the email channel subtype.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Capacity" :Number, "DefaultOutboundConfig" :EmailOutboundConfig, "OutboundMode" :EmailOutboundMode}
Properties
Capacity-
The allocation of email capacity between multiple running outbound campaigns.
Required: No
Type: Number
Minimum:
0Maximum:
1Update requires: No interruption
DefaultOutboundConfig-
The default email outbound configuration of an outbound campaign.
Required: Yes
Type: EmailOutboundConfig
Update requires: No interruption
OutboundMode-
The outbound mode for email of an outbound campaign.
Required: Yes
Type: EmailOutboundMode
Update requires: No interruption