ClusterBootstrapScriptNodeSelectorArgs

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

Constructors

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

Functions

Link copied to clipboard
open override fun toJava(): ClusterBootstrapScriptNodeSelectorArgs

Properties

Link copied to clipboard
val nodeGroupId: Output<String>? = null

The configuration effected which node group id of emr cluster.

Link copied to clipboard
val nodeGroupName: Output<String>? = null

The configuration effected which node group name of emr cluster.

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

The bootstrap scripts execution target node group types.

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

The bootstrap scripts execution target node names.

Link copied to clipboard
val nodeSelectType: Output<String>

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