pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.transcribe.kotlin
/
VocabularyFilterArgs
/
VocabularyFilterArgs
Vocabulary
Filter
Args
fun
VocabularyFilterArgs
(
languageCode
:
Output
<
String
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
vocabularyFilterFileUri
:
Output
<
String
>
?
=
null
,
vocabularyFilterName
:
Output
<
String
>
?
=
null
,
words
:
Output
<
List
<
String
>
>
?
=
null
)