Class AlertPolicyAlertStrategy


  • public final class AlertPolicyAlertStrategy
    extends java.lang.Object
    • Method Detail

      • autoClose

        public java.util.Optional<java.lang.String> autoClose()
        Returns:
        If an alert policy that was active has no data for this long, any open incidents will close.
      • notificationChannelStrategies

        public java.util.List<AlertPolicyAlertStrategyNotificationChannelStrategy> notificationChannelStrategies()
        Returns:
        Control over how the notification channels in `notification_channels` are notified when this alert fires, on a per-channel basis. Structure is documented below.
      • notificationRateLimit

        public java.util.Optional<AlertPolicyAlertStrategyNotificationRateLimit> notificationRateLimit()
        Returns:
        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.