AWSPinpointTargetingApplicationSettingsJourneyLimits
Objective-C
@interface AWSPinpointTargetingApplicationSettingsJourneyLimits
Swift
class AWSPinpointTargetingApplicationSettingsJourneyLimits
The default sending limits for journeys in the application. To override these limits and define custom limits for a specific journey, use the Journey resource.
-
The daily number of messages that an endpoint can receive from all journeys. The maximum value is 100. If set to 0, this limit will not apply.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dailyCap;
Swift
var dailyCap: NSNumber? { get set }
-
The default maximum number of messages that can be sent to an endpoint during the specified timeframe for all journeys.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingJourneyTimeframeCap *_Nullable timeframeCap;
Swift
var timeframeCap: AWSPinpointTargetingJourneyTimeframeCap? { get set }
-
The default maximum number of messages that a single journey can sent to a single endpoint. The maximum value is 100. If set to 0, this limit will not apply.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable totalCap;
Swift
var totalCap: NSNumber? { get set }