Class MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_alert_policy.MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy
@Stability(Stable) @Internal public static final class MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy
An implementation forMonitoringAlertPolicyAlertStrategyNotificationChannelStrategy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.monitoring_alert_policy.MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy
MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Builder, MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getNotificationChannelNames()The notification channels that these settings apply to.StringgetRenotifyInterval()The frequency at which to send reminder notifications for open incidents.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringAlertPolicyAlertStrategyNotificationChannelStrategy.Builder.
-
-
Method Detail
-
getNotificationChannelNames
public final List<String> getNotificationChannelNames()
Description copied from interface:MonitoringAlertPolicyAlertStrategyNotificationChannelStrategyThe 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}
- Specified by:
getNotificationChannelNamesin interfaceMonitoringAlertPolicyAlertStrategyNotificationChannelStrategy
-
getRenotifyInterval
public final String getRenotifyInterval()
Description copied from interface:MonitoringAlertPolicyAlertStrategyNotificationChannelStrategyThe 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}
- Specified by:
getRenotifyIntervalin interfaceMonitoringAlertPolicyAlertStrategyNotificationChannelStrategy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-