toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.macie.kotlin
/
CustomDataIdentifierArgs
/
CustomDataIdentifierArgs
Custom
Data
Identifier
Args
constructor
(
description
:
Output
<
String
>
?
=
null
,
ignoreWords
:
Output
<
List
<
String
>
>
?
=
null
,
keywords
:
Output
<
List
<
String
>
>
?
=
null
,
maximumMatchDistance
:
Output
<
Int
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
regex
:
Output
<
String
>
?
=
null
,
tags
:
Output
<
List
<
TagArgs
>
>
?
=
null
)