Dlp Custom Profile Entry Args
data class DlpCustomProfileEntryArgs(val enabled: Output<Boolean>, val name: Output<String>, val pattern: Output<DlpCustomProfileEntryPatternArgs>? = null, val words: Output<List<String>>? = null) : ConvertibleToJava<DlpCustomProfileEntryArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>, name: Output<String>, pattern: Output<DlpCustomProfileEntryPatternArgs>? = null, words: Output<List<String>>? = null)