AWS::ConnectCampaignsV2::Campaign EntryLimitsConfig - AWS CloudFormation

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: 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