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