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