AlertPolicyAlertStrategyArgs

data class AlertPolicyAlertStrategyArgs(val autoClose: Output<String>? = null, val notificationRateLimit: Output<AlertPolicyAlertStrategyNotificationRateLimitArgs>? = null) : ConvertibleToJava<AlertPolicyAlertStrategyArgs>

Constructors

Link copied to clipboard
fun AlertPolicyAlertStrategyArgs(autoClose: Output<String>? = null, notificationRateLimit: Output<AlertPolicyAlertStrategyNotificationRateLimitArgs>? = null)

Functions

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

Properties

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

If an alert policy that was active has no data for this long, any open incidents will close.

Link copied to clipboard

Required for alert policies with a LogMatch condition. This limit is not implemented for alert policies that are not log-based. Structure is documented below.