Interface AwsCdkPythonAppOptions

    • Method Detail

      • getAppEntrypoint

        @Stability(Experimental)
        @Nullable
        default String getAppEntrypoint()
        (experimental) The CDK app's entrypoint (relative to the source directory, which is "src" by default).

        Default: "app.py"

      • getTestdir

        @Stability(Experimental)
        @Nullable
        default String getTestdir()
        (experimental) Python sources directory.

        Default: "tests"