AlertPolicyAlertStrategy

data class AlertPolicyAlertStrategy(val autoClose: String? = null, val notificationRateLimit: AlertPolicyAlertStrategyNotificationRateLimit? = null)

Constructors

Link copied to clipboard
fun AlertPolicyAlertStrategy(autoClose: String? = null, notificationRateLimit: AlertPolicyAlertStrategyNotificationRateLimit? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoClose: 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.