Interface MonitoringNotificationChannelSensitiveLabels

    • 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}