RuntimeScriptActionArgs

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

Describes a script action on a running cluster.

Constructors

Link copied to clipboard
constructor(name: Output<String>, parameters: Output<String>? = null, roles: Output<List<String>>, uri: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the script action.

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

The parameters for the script

Link copied to clipboard
val roles: Output<List<String>>

The list of roles where script will be executed.

Link copied to clipboard
val uri: Output<String>

The URI to the script.

Functions

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