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