DlpProfileEntryPatternArgs

data class DlpProfileEntryPatternArgs(val regex: Output<String>, val validation: Output<String>? = null) : ConvertibleToJava<DlpProfileEntryPatternArgs>

Constructors

Link copied to clipboard
constructor(regex: Output<String>, validation: Output<String>? = null)

Properties

Link copied to clipboard
val regex: Output<String>

The regex that defines the pattern.

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

The validation algorithm to apply with this pattern.

Functions

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