DataProtectionSettingsRedactionPlaceHolderArgs

data class DataProtectionSettingsRedactionPlaceHolderArgs(val redactionPlaceHolderText: Output<String>? = null, val redactionPlaceHolderType: Output<DataProtectionSettingsRedactionPlaceHolderType>) : ConvertibleToJava<DataProtectionSettingsRedactionPlaceHolderArgs>

Constructors

constructor(redactionPlaceHolderText: Output<String>? = null, redactionPlaceHolderType: Output<DataProtectionSettingsRedactionPlaceHolderType>)

Properties

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

The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.

Link copied to clipboard

The redaction placeholder type that will replace the redacted text in session.

Functions

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