Class IGraphFilterPlan.Jsii$Proxy

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)  
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
    • Method Detail

      • getAllNodes

        @Stability(Experimental)
        @Nullable
        public final Boolean getAllNodes()
        (experimental) Indicates that all nodes will be filtered, rather than just Resource and CfnResource nodes.

        By enabling this, all Stages, Stacks, and structural construct boundaries will be filtered as well. In general, most users intent is to operate against resources and desire to preserve structural groupings, which is common in most Cfn/Cdk based filtering where inputs are "include" lists.

        Default: false By default only Resource and CfnResource nodes are filtered.

        Specified by:
        getAllNodes in interface IGraphFilterPlan
        Specified by:
        getAllNodes in interface IGraphFilterPlan.Jsii$Default
      • getOrder

        @Stability(Experimental)
        @Nullable
        public final software.constructs.ConstructOrder getOrder()
        (experimental) The order to visit nodes and edges during filtering.

        Default: {ConstructOrder.PREORDER}

        Specified by:
        getOrder in interface IGraphFilterPlan
        Specified by:
        getOrder in interface IGraphFilterPlan.Jsii$Default