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 CommunicationLimitsConfig
Contains the communication limits configuration for an outbound campaign.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AllChannelsSubtypes" :
CommunicationLimits
, "InstanceLimitsHandling" :String
}
YAML
AllChannelsSubtypes:
CommunicationLimits
InstanceLimitsHandling:String
Properties
AllChannelsSubtypes
-
The CommunicationLimits that apply to all channel subtypes defined in an outbound campaign.
Required: No
Type: CommunicationLimits
Update requires: No interruption
InstanceLimitsHandling
-
Opt-in or Opt-out from instance-level limits.
Required: No
Type: String
Allowed values:
OPT_IN | OPT_OUT
Update requires: No interruption