ScriptAction interface
Custom script action to run on HDI ondemand cluster once it's up.
Properties
name | The user provided name of the script action. |
parameters | The parameters for the script action. |
roles | The node types on which the script action should be executed. |
uri | The URI for the script action. |
Property Details
name
The user provided name of the script action.
name: string
Property Value
string
parameters
The parameters for the script action.
parameters?: string
Property Value
string
roles
The node types on which the script action should be executed.
roles: any
Property Value
any
uri
The URI for the script action.
uri: string
Property Value
string