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