toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.inputs
/
TagItemArgs
Tag
Item
Args
data
class
TagItemArgs
(
val
key
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
TagItemArgs
>
Definition of TagItem
Members
Constructors
Tag
Item
Args
Link copied to clipboard
constructor
(
key
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null
Property key
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
Property value
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TagItemArgs