Interface ITypedNodeProps

    • Method Detail

      • getId

        @Stability(Experimental)
        @NotNull
        String getId()
        (experimental) Node id, which is unique within parent scope.
      • getPath

        @Stability(Experimental)
        @NotNull
        String getPath()
        (experimental) Path of the node.
      • getCfnType

        @Stability(Experimental)
        @Nullable
        default String getCfnType()
        (experimental) Type of CloudFormation resource.
      • getConstructInfo

        @Stability(Experimental)
        @Nullable
        default ConstructInfo getConstructInfo()
        (experimental) Synthesized construct information defining jii resolution data.
      • getLogicalId

        @Stability(Experimental)
        @Nullable
        default String getLogicalId()
        (experimental) Logical id of the node, which is only unique within containing stack.
      • getParent

        @Stability(Experimental)
        @Nullable
        default Node getParent()
        (experimental) Parent node.
      • getStack

        @Stability(Experimental)
        @Nullable
        default StackNode getStack()
        (experimental) Stack the node is contained.