Interface MonitoringNotificationChannelSensitiveLabels
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringNotificationChannelSensitiveLabels.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.957Z") @Stability(Stable) public interface MonitoringNotificationChannelSensitiveLabels extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringNotificationChannelSensitiveLabels.BuilderA builder forMonitoringNotificationChannelSensitiveLabelsstatic classMonitoringNotificationChannelSensitiveLabels.Jsii$ProxyAn implementation forMonitoringNotificationChannelSensitiveLabels
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringNotificationChannelSensitiveLabels.Builderbuilder()default StringgetAuthToken()An authorization token for a notification channel.default StringgetPassword()An password for a notification channel.default StringgetServiceKey()An servicekey token for a notification channel.
-
-
-
Method Detail
-
getAuthToken
@Stability(Stable) @Nullable default String getAuthToken()
An 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}
-
getPassword
@Stability(Stable) @Nullable default String getPassword()
An 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}
-
getServiceKey
@Stability(Stable) @Nullable default String getServiceKey()
An 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}
-
builder
@Stability(Stable) static MonitoringNotificationChannelSensitiveLabels.Builder builder()
-
-