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

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

Attributes

  • notificationRateLimit (type: GoogleApi.Monitoring.V3.Model.NotificationRateLimit.t, default: nil) - Required for alert policies with a LogMatch condition.Providing this for alert policies that are not log-based is unimplemented.

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{
  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.