Interface IStoreCounts.Jsii$Default

    • Method Detail

      • getCfnResources

        @Stability(Experimental)
        @NotNull
        default Map<String,​Number> getCfnResources()
        (experimental) Returns ICounterRecord containing total number of each *cfnResourceType*.
        Specified by:
        getCfnResources in interface IStoreCounts
      • getEdges

        @Stability(Experimental)
        @NotNull
        default Number getEdges()
        (experimental) Counts total number of edges in the store.
        Specified by:
        getEdges in interface IStoreCounts
      • getNodes

        @Stability(Experimental)
        @NotNull
        default Number getNodes()
        (experimental) Counts total number of nodes in the store.
        Specified by:
        getNodes in interface IStoreCounts
      • getStacks

        @Stability(Experimental)
        @NotNull
        default Number getStacks()
        (experimental) Counts total number of stacks in the store.
        Specified by:
        getStacks in interface IStoreCounts
      • getStages

        @Stability(Experimental)
        @NotNull
        default Number getStages()
        (experimental) Counts total number of stages in the store.
        Specified by:
        getStages in interface IStoreCounts