Class AwsCdkPythonApp

  • 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:42.884Z")
    @Stability(Experimental)
    public class AwsCdkPythonApp
    extends PythonProject
    (experimental) AWS CDK app in Python.
    • Constructor Detail

      • AwsCdkPythonApp

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

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

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

      • getAppEntrypoint

        @Stability(Experimental)
        @NotNull
        public String getAppEntrypoint()
        (experimental) The CDK app entrypoint.
      • getCdkConfig

        @Stability(Experimental)
        @NotNull
        public CdkConfig getCdkConfig()
        (experimental) cdk.json configuration.
      • getCdkDeps

        @Stability(Experimental)
        @NotNull
        public AwsCdkDeps getCdkDeps()
      • getCdkTasks

        @Stability(Experimental)
        @NotNull
        public CdkTasks getCdkTasks()
        (experimental) Common CDK tasks.
      • getCdkVersion

        @Stability(Experimental)
        @NotNull
        public String getCdkVersion()
        (experimental) The CDK version this app is using.
      • getTestdir

        @Stability(Experimental)
        @NotNull
        public String getTestdir()
        (experimental) The directory in which the python tests reside.