View a markdown version of this page

EntryLimitsConfig - Amazon Connect

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.

Contents

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.

Type: Integer

Valid Range: Minimum value of 0.

Required: Yes

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.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 50.

Pattern: P(?:([-+]?[0-9]+)D)?(T(?:([-+]?[0-9]+)H)?(?:([-+]?[0-9]+)M)?(?:([-+]?[0-9]+)(?:[.,]([0-9]{0,9}))?S)?)?

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: