GooglePrivacyDlpV2RegexArgs

data class GooglePrivacyDlpV2RegexArgs(val groupIndexes: Output<List<Int>>? = null, val pattern: Output<String>? = null) : ConvertibleToJava<GooglePrivacyDlpV2RegexArgs>

Message defining a custom regular expression.

Constructors

Link copied to clipboard
constructor(groupIndexes: Output<List<Int>>? = null, pattern: Output<String>? = null)

Properties

Link copied to clipboard
val groupIndexes: Output<List<Int>>? = null

The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.

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

Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.

Functions

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