Alert Policy Alert Strategy
data class AlertPolicyAlertStrategy(val autoClose: String? = null, val notificationChannelStrategies: List<AlertPolicyAlertStrategyNotificationChannelStrategy>? = null, val notificationRateLimit: AlertPolicyAlertStrategyNotificationRateLimit? = null)
Constructors
Link copied to clipboard
constructor(autoClose: String? = null, notificationChannelStrategies: List<AlertPolicyAlertStrategyNotificationChannelStrategy>? = null, notificationRateLimit: AlertPolicyAlertStrategyNotificationRateLimit? = null)
Properties
Link copied to clipboard
val notificationChannelStrategies: List<AlertPolicyAlertStrategyNotificationChannelStrategy>? = null
Control over how the notification channels in notification_channels
are notified when this alert fires, on a per-channel basis. Structure is documented below.
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.