Dlp Profile Entry Args
data class DlpProfileEntryArgs(val enabled: Output<Boolean>? = null, val id: Output<String>? = null, val name: Output<String>, val pattern: Output<DlpProfileEntryPatternArgs>? = null) : ConvertibleToJava<DlpProfileEntryArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, id: Output<String>? = null, name: Output<String>, pattern: Output<DlpProfileEntryPatternArgs>? = null)