This is the new 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 EntryLimitsConfig
Contains entry limits configuration for an outbound campaign. Entry limits control how many times a participant can enter a campaign and the minimum time interval between re-entries.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MaxEntryCount" :Integer, "MinEntryInterval" :String}
YAML
MaxEntryCount:IntegerMinEntryInterval:String
Properties
MaxEntryCount-
The maximum number of times a participant can enter the campaign. A value of
0indicates unlimited entries. Values of1or greater specify the exact number of entries allowed.Required: Yes
Type: Integer
Minimum:
0Update requires: No interruption
MinEntryInterval-
The minimum time interval that must pass before a participant can enter the campaign again, specified as an ISO 8601 duration string (for example,
PT4Hfor 4 hours). A value of zero (for example,PT0H) indicates no minimum interval restriction, allowing participants to re-enter regardless of when they last entered.Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9.]*$Minimum:
0Maximum:
50Update requires: No interruption