toggle menu
pulumi-cloudflare-kotlin
6.2.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
DlpCustomProfileEntryPatternArgs
Dlp
Custom
Profile
Entry
Pattern
Args
data
class
DlpCustomProfileEntryPatternArgs
(
val
regex
:
Output
<
String
>
,
val
validation
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
DlpCustomProfileEntryPatternArgs
>
Members
Constructors
Dlp
Custom
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
>
validation
Link copied to clipboard
val
validation
:
Output
<
String
>
?
=
null
Available values: "luhn".
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DlpCustomProfileEntryPatternArgs