pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ssm.kotlin.inputs
/
DocumentTagArgs
Document
Tag
Args
data
class
DocumentTagArgs
(
val
key
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
DocumentTagArgs
>
Constructors
Functions
Properties
Constructors
Document
Tag
Args
Link copied to clipboard
fun
DocumentTagArgs
(
key
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DocumentTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null
The name of the tag.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The value of the tag.