App Limits Args
data class AppLimitsArgs(val daily: Output<Int>? = null, val maximumDuration: Output<Int>? = null, val messagesPerSecond: Output<Int>? = null, val total: Output<Int>? = null) : ConvertibleToJava<AppLimitsArgs>
Properties
Link copied to clipboard
The length of time (in seconds) that the campaign can run before it ends and message deliveries stop. This duration begins at the scheduled start time for the campaign. The minimum value is 60.
Link copied to clipboard
The number of messages that the campaign can send per second. The minimum value is 50, and the maximum is 20000.