toggle menu
pulumi-cloudflare-kotlin
5.49.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
DlpProfileEntryPatternArgs
Dlp
Profile
Entry
Pattern
Args
data
class
DlpProfileEntryPatternArgs
(
val
regex
:
Output
<
String
>
,
val
validation
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
DlpProfileEntryPatternArgs
>
Members
Constructors
Dlp
Profile
Entry
Pattern
Args
Link copied to clipboard
constructor
(
regex
:
Output
<
String
>
,
validation
:
Output
<
String
>
?
=
null
)
Properties
regex
Link copied to clipboard
val
regex
:
Output
<
String
>
The regex that defines the pattern.
validation
Link copied to clipboard
val
validation
:
Output
<
String
>
?
=
null
The validation algorithm to apply with this pattern.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DlpProfileEntryPatternArgs