pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.glue.kotlin.outputs
/
RegistryTag
Registry
Tag
data
class
RegistryTag
(
val
key
:
String
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Registry
Tag
Link copied to clipboard
fun
RegistryTag
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
A key to identify the tag.
value
Link copied to clipboard
val
value
:
String
Corresponding tag value for the key.