Interface ProjenrcOptions

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

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

      • getFilename

        @Stability(Experimental)
        @Nullable
        default String getFilename()
        (experimental) The name of the projenrc file.

        Default: ".projenrc.py"

      • getProjenVersion

        @Stability(Experimental)
        @Nullable
        default String getProjenVersion()
        (experimental) The projen version to use.

        Default: - current version

      • getPythonExec

        @Stability(Experimental)
        @Nullable
        default String getPythonExec()
        (experimental) Path to the python executable to use.

        Default: "python"