script Actions
Parameters
value
The script action which will run on the cluster. One or more script_actions
blocks as defined below.
Parameters
values
The script action which will run on the cluster. One or more script_actions
blocks as defined below.
suspend fun scriptActions(argument: List<suspend KafkaClusterRolesZookeeperNodeScriptActionArgsBuilder.() -> Unit>)
suspend fun scriptActions(vararg argument: suspend KafkaClusterRolesZookeeperNodeScriptActionArgsBuilder.() -> Unit)
suspend fun scriptActions(argument: suspend KafkaClusterRolesZookeeperNodeScriptActionArgsBuilder.() -> Unit)
Parameters
argument
The script action which will run on the cluster. One or more script_actions
blocks as defined below.