Class Cdk8sPythonApp

  • 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.998Z")
    @Stability(Experimental)
    public class Cdk8sPythonApp
    extends PythonProject
    (experimental) CDK8s app in Python.
    • Constructor Detail

      • Cdk8sPythonApp

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

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

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

      • getAppEntrypoint

        @Stability(Experimental)
        @NotNull
        public String getAppEntrypoint()
        (experimental) The CDK8s app entrypoint.
      • getCdk8sDeps

        @Stability(Experimental)
        @NotNull
        public Cdk8sDeps getCdk8sDeps()