GooglePrivacyDlpV2WordListArgs

data class GooglePrivacyDlpV2WordListArgs(val words: Output<List<String>>? = null) : ConvertibleToJava<GooglePrivacyDlpV2WordListArgs>

Message defining a list of words or phrases to search for in the data.

Constructors

Link copied to clipboard
constructor(words: Output<List<String>>? = null)

Properties

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

Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. required

Functions

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