Interface MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.912Z") @Stability(Stable) public interface MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Builderstatic classMonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Jsii$ProxyAn implementation forMonitoringAlertPolicyAlertStrategyNotificationChannelStrategy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Builderbuilder()default List<String>getNotificationChannelNames()The notification channels that these settings apply to.default StringgetRenotifyInterval()The frequency at which to send reminder notifications for open incidents.
-
-
-
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}
-
builder
@Stability(Stable) static MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Builder builder()
-
-