AlertPolicyAlertStrategyNotificationRateLimitArgs

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

Constructors

constructor(period: Output<String>? = null)

Properties

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

Not more than one notification per period. A duration in seconds with up to nine fractional digits, terminated by 's'. Example "60.5s".

Functions

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