DlpProfileEntryArgs

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)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether the entry is active. Defaults to false.

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

Unique entry identifier.

Link copied to clipboard
val name: Output<String>

Name of the entry to deploy.

Link copied to clipboard
val pattern: Output<DlpProfileEntryPatternArgs>? = null

Functions

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