interpreter property

Input<List<String>>? interpreter
final

The program and arguments to run the command. On Linux and macOS, defaults to: ["/bin/sh", "-c"]. On Windows, defaults to: ["cmd", "/C"]

Implementation

final pulumi.Input<List<String>>? interpreter;