Interface RenderWorkflowSetupOptions

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

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.202Z")
    @Stability(Experimental)
    public interface RenderWorkflowSetupOptions
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Options for renderWorkflowSetup().
    • Method Detail

      • getInstallStepConfiguration

        @Stability(Experimental)
        @Nullable
        default JobStepConfiguration getInstallStepConfiguration()
        (experimental) Configure the install step in the workflow setup.

        Default: - `{ name: "Install dependencies" }`

        Example:

         - { env: { NPM_TOKEN: "token" }} for installing from private npm registry.
         
      • getMutable

        @Stability(Experimental)
        @Nullable
        default Boolean getMutable()
        (experimental) Should the package lockfile be updated?

        Default: false