View Source GoogleApi.Monitoring.V3.Model.AlertStrategy (google_api_monitoring v0.53.0)

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

Attributes

  • autoClose (type: String.t, default: nil) - If an alert policy that was active has no data for this long, any open incidents will close
  • notificationRateLimit (type: GoogleApi.Monitoring.V3.Model.NotificationRateLimit.t, default: nil) - Required for alert policies with a LogMatch condition.This limit is not implemented for alert policies that are not log-based.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Monitoring.V3.Model.AlertStrategy{
  autoClose: String.t() | nil,
  notificationRateLimit:
    GoogleApi.Monitoring.V3.Model.NotificationRateLimit.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.