pulumi-cloudflare-kotlin
4.16.0.1
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
>
Constructors
Functions
Properties
Constructors
Dlp
Profile
Entry
Pattern
Args
Link copied to clipboard
fun
DlpProfileEntryPatternArgs
(
regex
:
Output
<
String
>
,
validation
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DlpProfileEntryPatternArgs
Properties
regex
Link copied to clipboard
val
regex
:
Output
<
String
>
validation
Link copied to clipboard
val
validation
:
Output
<
String
>
?
=
null