interpreter property

Output<List<String>?> interpreter
latefinal

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

Implementation

late final pulumi.Output<List<String>?> interpreter;