Alert Strategy Args
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)