Interface MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy

    • Method Detail

      • getNotificationChannelNames

        @Stability(Stable)
        @Nullable
        default List<String> getNotificationChannelNames()
        The notification channels that these settings apply to.

        Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is 'projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#notification_channel_names MonitoringAlertPolicy#notification_channel_names}

      • getRenotifyInterval

        @Stability(Stable)
        @Nullable
        default String getRenotifyInterval()
        The frequency at which to send reminder notifications for open incidents.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#renotify_interval MonitoringAlertPolicy#renotify_interval}