Class NextJsProject

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.326Z")
    @Stability(Experimental)
    public class NextJsProject
    extends NodeProject
    (experimental) Next.js project using JavaScript.
    • Constructor Detail

      • NextJsProject

        protected NextJsProject​(software.amazon.jsii.JsiiObjectRef objRef)
      • NextJsProject

        protected NextJsProject​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • NextJsProject

        @Stability(Experimental)
        public NextJsProject​(@NotNull
                             NextJsProjectOptions options)
        Parameters:
        options - This parameter is required.
    • Method Detail

      • getAssetsdir

        @Stability(Experimental)
        @NotNull
        public String getAssetsdir()
        (experimental) The directory in which app assets reside.
      • getSrcdir

        @Stability(Experimental)
        @NotNull
        public String getSrcdir()
        (experimental) The directory in which source files reside.