pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.comprehend.kotlin.inputs
/
DocumentClassifierTagArgs
Document
Classifier
Tag
Args
data
class
DocumentClassifierTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
DocumentClassifierTagArgs
>
Constructors
Functions
Properties
Constructors
Document
Classifier
Tag
Args
Link copied to clipboard
fun
DocumentClassifierTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DocumentClassifierTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
value
Link copied to clipboard
val
value
:
Output
<
String
>