pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cs.kotlin.inputs
/
NodePoolLabelArgs
Node
Pool
Label
Args
data
class
NodePoolLabelArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
NodePoolLabelArgs
>
Constructors
Functions
Properties
Constructors
Node
Pool
Label
Args
Link copied to clipboard
fun
NodePoolLabelArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
NodePoolLabelArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The label key.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The label value.