interpreter

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

Parameters

value

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