Interface Bundle

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

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

      • getBundleTask

        @Stability(Experimental)
        @NotNull
        Task getBundleTask()
        (experimental) The task that produces this bundle.
      • getOutdir

        @Stability(Experimental)
        @NotNull
        String getOutdir()
        (experimental) Base directory containing the output file (relative to project root).
      • getOutfile

        @Stability(Experimental)
        @NotNull
        String getOutfile()
        (experimental) Location of the output file (relative to project root).
      • getWatchTask

        @Stability(Experimental)
        @Nullable
        default Task getWatchTask()
        (experimental) The "watch" task for this bundle.