NotificationChannelSensitiveLabelsArgs

data class NotificationChannelSensitiveLabelsArgs(val authToken: Output<String>? = null, val password: Output<String>? = null, val serviceKey: Output<String>? = null) : ConvertibleToJava<NotificationChannelSensitiveLabelsArgs>

Constructors

Link copied to clipboard
constructor(authToken: Output<String>? = null, password: Output<String>? = null, serviceKey: Output<String>? = null)

Properties

Link copied to clipboard
val authToken: Output<String>? = null

An authorization token for a notification channel. Channel types that support this field include: slack Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val password: Output<String>? = null

An password for a notification channel. Channel types that support this field include: webhook_basicauth Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val serviceKey: Output<String>? = null

An servicekey token for a notification channel. Channel types that support this field include: pagerduty Note: This property is sensitive and will not be displayed in the plan.

Functions

Link copied to clipboard
open override fun toJava(): NotificationChannelSensitiveLabelsArgs