Class MonitoringNotificationChannelSensitiveLabels.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_notification_channel.MonitoringNotificationChannelSensitiveLabels.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringNotificationChannelSensitiveLabels,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringNotificationChannelSensitiveLabels
@Stability(Stable) @Internal public static final class MonitoringNotificationChannelSensitiveLabels.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringNotificationChannelSensitiveLabels
An implementation forMonitoringNotificationChannelSensitiveLabels
-
-
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_notification_channel.MonitoringNotificationChannelSensitiveLabels
MonitoringNotificationChannelSensitiveLabels.Builder, MonitoringNotificationChannelSensitiveLabels.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringNotificationChannelSensitiveLabels.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringNotificationChannelSensitiveLabels.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)StringgetAuthToken()An authorization token for a notification channel.StringgetPassword()An password for a notification channel.StringgetServiceKey()An servicekey token for a notification channel.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(MonitoringNotificationChannelSensitiveLabels.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringNotificationChannelSensitiveLabels.Builder.
-
-
Method Detail
-
getAuthToken
public final String getAuthToken()
Description copied from interface:MonitoringNotificationChannelSensitiveLabelsAn authorization token for a notification channel. Channel types that support this field include: slack.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#auth_token MonitoringNotificationChannel#auth_token}
- Specified by:
getAuthTokenin interfaceMonitoringNotificationChannelSensitiveLabels
-
getPassword
public final String getPassword()
Description copied from interface:MonitoringNotificationChannelSensitiveLabelsAn password for a notification channel. Channel types that support this field include: webhook_basicauth.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#password MonitoringNotificationChannel#password}
- Specified by:
getPasswordin interfaceMonitoringNotificationChannelSensitiveLabels
-
getServiceKey
public final String getServiceKey()
Description copied from interface:MonitoringNotificationChannelSensitiveLabelsAn servicekey token for a notification channel. Channel types that support this field include: pagerduty.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_notification_channel#service_key MonitoringNotificationChannel#service_key}
- Specified by:
getServiceKeyin interfaceMonitoringNotificationChannelSensitiveLabels
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-