ClusterBootstrapScriptNodeSelector

data class ClusterBootstrapScriptNodeSelector(val nodeGroupId: String? = null, val nodeGroupName: String? = null, val nodeGroupTypes: List<String>? = null, val nodeNames: List<String>? = null, val nodeSelectType: String)

Constructors

Link copied to clipboard
fun ClusterBootstrapScriptNodeSelector(nodeGroupId: String? = null, nodeGroupName: String? = null, nodeGroupTypes: List<String>? = null, nodeNames: List<String>? = null, nodeSelectType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nodeGroupId: String? = null

The configuration effected which node group id of emr cluster.

Link copied to clipboard
val nodeGroupName: String? = null

The configuration effected which node group name of emr cluster.

Link copied to clipboard
val nodeGroupTypes: List<String>? = null

The bootstrap scripts execution target node group types.

Link copied to clipboard
val nodeNames: List<String>? = null

The bootstrap scripts execution target node names.

Link copied to clipboard

The bootstrap scripts execution target node select type. Supported value: NODE, NODEGROUP or CLUSTER.