Interface IGraphFilterPlanFocusConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    IGraphFilterPlanFocusConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)",
               date="2023-08-24T23:07:44.378Z")
    @Stability(Experimental)
    public interface IGraphFilterPlanFocusConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getNode

        @Stability(Experimental)
        @NotNull
        Object getNode()
        (experimental) The node or resolver to determine the node to focus on.
      • getNoHoist

        @Stability(Experimental)
        @Nullable
        default Boolean getNoHoist()
        (experimental) Indicates if ancestral containers are preserved (eg: Stages, Stack).

        If false, the "focused node" will be hoisted to the graph root and all ancestors will be pruned. If true, the "focused" will be left in-place, while all siblings and non-scope ancestors will be pruned.

        Default: true