AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

For a campaign, specifies limits on the messages that the campaign can send. For an application, specifies the default limits for messages that campaigns in the application can send.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.CampaignLimits

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class CampaignLimits

The CampaignLimits type exposes the following members

Constructors

NameDescription
Public Method CampaignLimits()

Properties

NameTypeDescription
Public Property Daily System.Int32

Gets and sets the property Daily.

The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period. For an application, this value specifies the default limit for the number of messages that campaigns and journeys can send to a single endpoint during a 24-hour period. The maximum value is 100.

Public Property MaximumDuration System.Int32

Gets and sets the property 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.

Public Property MessagesPerSecond System.Int32

Gets and sets the property MessagesPerSecond.

The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 1. The maximum value is 20,000.

Public Property Session System.Int32

Gets and sets the property Session.

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

Public Property Total System.Int32

Gets and sets the property Total.

The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign. If a campaign recurs, this setting applies to all runs of the campaign. The maximum value is 100.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5