ClusterBootstrapAction

data class ClusterBootstrapAction(val arg: String? = null, val executionFailStrategy: String? = null, val executionMoment: String? = null, val executionTarget: String? = null, val name: String? = null, val path: String? = null)

Constructors

Link copied to clipboard
constructor(arg: String? = null, executionFailStrategy: String? = null, executionMoment: String? = null, executionTarget: String? = null, name: String? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arg: String? = null
Link copied to clipboard
Link copied to clipboard
val executionMoment: String? = null
Link copied to clipboard
val executionTarget: String? = null
Link copied to clipboard
val name: String? = null

The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".

Link copied to clipboard
val path: String? = null