toggle menu
pulumi-alicloud-kotlin
3.56.0.1
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.emrv2.kotlin.outputs
/
ClusterBootstrapScriptNodeSelector
Cluster
Bootstrap
Script
Node
Selector
data
class
ClusterBootstrapScriptNodeSelector
(
val
nodeGroupId
:
String
?
=
null
,
val
nodeGroupName
:
String
?
=
null
,
val
nodeGroupTypes
:
List
<
String
>
?
=
null
,
val
nodeNames
:
List
<
String
>
?
=
null
,
val
nodeSelectType
:
String
)
Members
Constructors
Cluster
Bootstrap
Script
Node
Selector
Link copied to clipboard
constructor
(
nodeGroupId
:
String
?
=
null
,
nodeGroupName
:
String
?
=
null
,
nodeGroupTypes
:
List
<
String
>
?
=
null
,
nodeNames
:
List
<
String
>
?
=
null
,
nodeSelectType
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
node
Group
Id
Link copied to clipboard
val
nodeGroupId
:
String
?
=
null
node
Group
Name
Link copied to clipboard
val
nodeGroupName
:
String
?
=
null
node
Group
Types
Link copied to clipboard
val
nodeGroupTypes
:
List
<
String
>
?
=
null
node
Names
Link copied to clipboard
val
nodeNames
:
List
<
String
>
?
=
null
node
Select
Type
Link copied to clipboard
val
nodeSelectType
:
String