ScriptActionResponse

data class ScriptActionResponse(val name: String, val parameters: String? = null, val roles: Any, val uri: String)

Custom script action to run on HDI ondemand cluster once it's up.

Constructors

Link copied to clipboard
constructor(name: String, parameters: String? = null, roles: Any, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user provided name of the script action.

Link copied to clipboard
val parameters: String? = null

The parameters for the script action.

Link copied to clipboard
val roles: Any

The node types on which the script action should be executed.

Link copied to clipboard
val uri: String

The URI for the script action.