toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.governance.kotlin.inputs
/
AccountAccountTagArgs
Account
Account
Tag
Args
data
class
AccountAccountTagArgs
(
val
tagKey
:
Output
<
String
>
?
=
null
,
val
tagValue
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
AccountAccountTagArgs
>
Members
Constructors
Account
Account
Tag
Args
Link copied to clipboard
constructor
(
tagKey
:
Output
<
String
>
?
=
null
,
tagValue
:
Output
<
String
>
?
=
null
)
Properties
tag
Key
Link copied to clipboard
val
tagKey
:
Output
<
String
>
?
=
null
The key of the tags
tag
Value
Link copied to clipboard
val
tagValue
:
Output
<
String
>
?
=
null
The value of the tags
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AccountAccountTagArgs