pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.vmmigration.v1.kotlin.inputs
/
TagArgs
Tag
Args
data
class
TagArgs
(
val
key
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
TagArgs
>
Tag is an AWS tag representation.
Constructors
Functions
Properties
Constructors
Tag
Args
Link copied to clipboard
fun
TagArgs
(
key
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null
Key of tag.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
Value of tag.