DlpCustomProfileEntryArgs

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)

Properties

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

Functions

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