Interface IConstructSelector

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IConstructSelector.Jsii$Default
All Known Implementing Classes:
IConstructSelector.Jsii$Proxy

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-11T13:19:35.548Z") @Stability(Stable) public interface IConstructSelector extends software.amazon.jsii.JsiiSerializable
Selects constructs from a construct tree.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IConstructSelector.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<software.constructs.IConstruct>
    select(software.constructs.IConstruct scope)
    Selects constructs from the given scope based on the selector's criteria.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • select

      @Stability(Stable) @NotNull List<software.constructs.IConstruct> select(@NotNull software.constructs.IConstruct scope)
      Selects constructs from the given scope based on the selector's criteria.

      Parameters:
      scope - This parameter is required.