AWS::Pinpoint::ApplicationSettings Limits
Specifies the default sending limits for campaigns in the application.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Daily" :
Integer
, "MaximumDuration" :Integer
, "MessagesPerSecond" :Integer
, "Total" :Integer
}
YAML
Daily:
Integer
MaximumDuration:Integer
MessagesPerSecond: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
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