GooglePrivacyDlpV2ReplaceDictionaryConfigArgs

data class GooglePrivacyDlpV2ReplaceDictionaryConfigArgs(val wordList: Output<GooglePrivacyDlpV2WordListArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2ReplaceDictionaryConfigArgs>

Replace each input value with a value randomly selected from the dictionary.

Constructors

constructor(wordList: Output<GooglePrivacyDlpV2WordListArgs>? = null)

Properties

Link copied to clipboard

A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries.

Functions

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