Interface RunSettings

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    RunSettings.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.62.0 (build 293ac17)",
               date="2022-07-16T00:20:23.476Z")
    @Stability(Stable)
    public interface RunSettings
    extends software.amazon.jsii.JsiiSerializable
    Run settings for a job.
    • Method Detail

      • getShell

        @Stability(Stable)
        @Nullable
        default String getShell()
        Which shell to use for running the step.

        Example:

         "bash"
         
      • getWorkingDirectory

        @Stability(Stable)
        @Nullable
        default String getWorkingDirectory()
        Working directory to use when running the step.