Cluster Bootstrap Script Node Selector Args
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>