sensitiveLabels

@JvmName(name = "npdqfwpkevmjmluo")
suspend fun sensitiveLabels(value: Output<NotificationChannelSensitiveLabelsArgs>)
@JvmName(name = "mtfidhvwpdnxfsim")
suspend fun sensitiveLabels(value: NotificationChannelSensitiveLabelsArgs?)

Parameters

value

Different notification type behaviors are configured primarily using the the labels field on this resource. This block contains the labels which contain secrets or passwords so that they can be marked sensitive and hidden from plan output. The name of the field, eg: password, will be the key in the labels map in the api request. Credentials may not be specified in both locations and will cause an error. Changing from one location to a different credential configuration in the config will require an apply to update state. Structure is documented below.


@JvmName(name = "cemciaspxybglcdv")
suspend fun sensitiveLabels(argument: suspend NotificationChannelSensitiveLabelsArgsBuilder.() -> Unit)

Parameters

argument

Different notification type behaviors are configured primarily using the the labels field on this resource. This block contains the labels which contain secrets or passwords so that they can be marked sensitive and hidden from plan output. The name of the field, eg: password, will be the key in the labels map in the api request. Credentials may not be specified in both locations and will cause an error. Changing from one location to a different credential configuration in the config will require an apply to update state. Structure is documented below.