NotificationRateLimitArgs

data class NotificationRateLimitArgs(val period: Output<String>? = null) : ConvertibleToJava<NotificationRateLimitArgs>

Control over the rate of notifications sent to this alert policy's notification channels.

Constructors

Link copied to clipboard
fun NotificationRateLimitArgs(period: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NotificationRateLimitArgs

Properties

Link copied to clipboard
val period: Output<String>? = null

Not more than one notification per period.