Alert Policy Alert Strategy Args
data class AlertPolicyAlertStrategyArgs(val autoClose: Output<String>? = null, val notificationChannelStrategies: Output<List<AlertPolicyAlertStrategyNotificationChannelStrategyArgs>>? = null, val notificationPrompts: Output<List<String>>? = null, val notificationRateLimit: Output<AlertPolicyAlertStrategyNotificationRateLimitArgs>? = null) : ConvertibleToJava<AlertPolicyAlertStrategyArgs>
Constructors
Link copied to clipboard
constructor(autoClose: Output<String>? = null, notificationChannelStrategies: Output<List<AlertPolicyAlertStrategyNotificationChannelStrategyArgs>>? = null, notificationPrompts: Output<List<String>>? = null, notificationRateLimit: Output<AlertPolicyAlertStrategyNotificationRateLimitArgs>? = null)
Properties
Link copied to clipboard
val notificationChannelStrategies: Output<List<AlertPolicyAlertStrategyNotificationChannelStrategyArgs>>? = 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
Control when notifications will be sent out. Each value may be one of: NOTIFICATION_PROMPT_UNSPECIFIED
, OPENED
, CLOSED
.
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.