AlertStrategyArgs

data class AlertStrategyArgs(val autoClose: Output<String>? = null, val notificationChannelStrategy: Output<List<NotificationChannelStrategyArgs>>? = null, val notificationRateLimit: Output<NotificationRateLimitArgs>? = null) : ConvertibleToJava<AlertStrategyArgs>

Control over how the notification channels in notification_channels are notified when this alert fires.

Constructors

Link copied to clipboard
constructor(autoClose: Output<String>? = null, notificationChannelStrategy: Output<List<NotificationChannelStrategyArgs>>? = null, notificationRateLimit: Output<NotificationRateLimitArgs>? = null)

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

Control how notifications will be sent out, on a per-channel basis.

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.

Functions

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