pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ssm.kotlin.outputs
/
DocumentTag
Document
Tag
data
class
DocumentTag
(
val
key
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Document
Tag
Link copied to clipboard
fun
DocumentTag
(
key
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
?
=
null
The name of the tag.
value
Link copied to clipboard
val
value
:
String
?
=
null
The value of the tag.