pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.glue.kotlin.inputs
/
RegistryTagArgs
Registry
Tag
Args
data
class
RegistryTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
RegistryTagArgs
>
Constructors
Functions
Properties
Constructors
Registry
Tag
Args
Link copied to clipboard
fun
RegistryTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RegistryTagArgs
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.