View Source GoogleApi.Monitoring.V3.Model.AlertStrategy (google_api_monitoring v0.61.1)
Control over how the notification channels in notification_channels are notified when this alert fires.
Attributes
-
autoClose
(type:String.t
, default:nil
) - If an alerting policy that was active has no data for this long, any open incidents will close -
notificationChannelStrategy
(type:list(GoogleApi.Monitoring.V3.Model.NotificationChannelStrategy.t)
, default:nil
) - Control how notifications will be sent out, on a per-channel basis. -
notificationPrompts
(type:list(String.t)
, default:nil
) - For log-based alert policies, the notification prompts is always OPENED. For non log-based alert policies, the notification prompts can be OPENED or OPENED, CLOSED. -
notificationRateLimit
(type:GoogleApi.Monitoring.V3.Model.NotificationRateLimit.t
, default:nil
) - Required for log-based alerting policies, i.e. policies with a LogMatch condition.This limit is not implemented for alerting policies that do not have a LogMatch condition.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Monitoring.V3.Model.AlertStrategy{ autoClose: String.t() | nil, notificationChannelStrategy: [GoogleApi.Monitoring.V3.Model.NotificationChannelStrategy.t()] | nil, notificationPrompts: [String.t()] | nil, notificationRateLimit: GoogleApi.Monitoring.V3.Model.NotificationRateLimit.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.