interpreter

@JvmName(name = "hrfbkoammywhweop")
suspend fun interpreter(value: Output<String>)
@JvmName(name = "rjsjtmybrflyxdpp")
suspend fun interpreter(value: String?)

Parameters

value

The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with shebang lines. Possible values are: SHELL, POWERSHELL.