pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.glue.kotlin.inputs
/
SchemaTagArgs
Schema
Tag
Args
data
class
SchemaTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
SchemaTagArgs
>
Constructors
Functions
Properties
Constructors
Schema
Tag
Args
Link copied to clipboard
fun
SchemaTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SchemaTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
A key to identify the tag.
value
Link copied to clipboard
val
value
:
Output
<
String
>
Corresponding tag value for the key.