AWS::Pinpoint::Campaign Limits - 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).

AWS::Pinpoint::Campaign Limits

Specifies the limits on the messages that a campaign can send.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Daily" : Integer, "MaximumDuration" : Integer, "MessagesPerSecond" : Integer, "Session" : Integer, "Total" : Integer }

YAML

Daily: Integer MaximumDuration: Integer MessagesPerSecond: Integer Session: Integer Total: Integer

Properties

Daily

The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period. The maximum value is 100.

Required: No

Type: Integer

Update requires: No interruption

MaximumDuration

The maximum amount of time, in seconds, that a campaign can attempt to deliver a message after the scheduled start time for the campaign. The minimum value is 60 seconds.

Required: No

Type: Integer

Update requires: No interruption

MessagesPerSecond

The maximum number of messages that a campaign can send each second. The minimum value is 1. The maximum value is 20,000.

Required: No

Type: Integer

Update requires: No interruption

Session

The maximum number of messages that the campaign can send per user session.

Required: No

Type: Integer

Update requires: No interruption

Total

The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign. The maximum value is 100.

Required: No

Type: Integer

Update requires: No interruption