HadoopClusterRolesEdgeNodeUninstallScriptActionArgs

data class HadoopClusterRolesEdgeNodeUninstallScriptActionArgs(val name: Output<String>, val parameters: Output<String>? = null, val uri: Output<String>) : ConvertibleToJava<HadoopClusterRolesEdgeNodeUninstallScriptActionArgs>

Constructors

constructor(name: Output<String>, parameters: Output<String>? = null, uri: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the uninstall script action.

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

The parameters for the script.

Link copied to clipboard
val uri: Output<String>

The URI pointing to the script to run during the installation of the edge node.

Functions

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