Class Component

    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Component​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected Component​(software.amazon.jsii.JsiiObjectRef objRef)  
        Component​(software.constructs.IConstruct scope)  
        Component​(software.constructs.IConstruct scope, String id)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Project getProject()  
      static Boolean isComponent​(Object x)
      (experimental) Test whether the given construct is a component.
      void postSynthesize()
      (experimental) Called after synthesis.
      void preSynthesize()
      (experimental) Called before synthesis.
      void synthesize()
      (experimental) Synthesizes files to the project output directory.
      • Methods inherited from class software.constructs.Construct

        getNode, isConstruct, toString
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • Component

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

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

        @Stability(Experimental)
        public Component​(@NotNull
                         software.constructs.IConstruct scope,
                         @Nullable
                         String id)
        Parameters:
        scope - This parameter is required.
        id -
      • Component

        @Stability(Experimental)
        public Component​(@NotNull
                         software.constructs.IConstruct scope)
        Parameters:
        scope - This parameter is required.
    • Method Detail

      • isComponent

        @Stability(Experimental)
        @NotNull
        public static Boolean isComponent​(@NotNull
                                          Object x)
        (experimental) Test whether the given construct is a component.

        Parameters:
        x - This parameter is required.
      • postSynthesize

        @Stability(Experimental)
        public void postSynthesize()
        (experimental) Called after synthesis.

        Order is not guaranteed.

      • preSynthesize

        @Stability(Experimental)
        public void preSynthesize()
        (experimental) Called before synthesis.
      • synthesize

        @Stability(Experimental)
        public void synthesize()
        (experimental) Synthesizes files to the project output directory.
      • getProject

        @Stability(Experimental)
        @NotNull
        public Project getProject()