toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cs.kotlin.outputs
/
NodePoolLabel
Node
Pool
Label
data
class
NodePoolLabel
(
val
key
:
String
,
val
value
:
String
?
=
null
)
Members
Constructors
Node
Pool
Label
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The label key.
value
Link copied to clipboard
val
value
:
String
?
=
null
The label value.