View a markdown version of this page

AWS::ConnectCampaignsV2::Campaign EntryLimitsConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "MaxEntryCount" : Integer, "MinEntryInterval" : String }

YAML

MaxEntryCount: Integer MinEntryInterval: String

Properties

MaxEntryCount

The maximum number of times a participant can enter the campaign. A value of 0 indicates unlimited entries. Values of 1 or greater specify the exact number of entries allowed.

Required: Yes

Type: Integer

Minimum: 0

Update 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, PT4H for 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: 0

Maximum: 50

Update requires: No interruption