ThrottlingInformationArgs

data class ThrottlingInformationArgs(val duration: Output<String>? = null) : ConvertibleToJava<ThrottlingInformationArgs>

Optional throttling information for the alert rule.

Constructors

Link copied to clipboard
constructor(duration: Output<String>? = null)

Properties

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

The required duration (in ISO8601 format) to wait before notifying on the alert rule again. The time granularity must be in minutes and minimum value is 0 minutes

Functions

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