Interface IConstructSelector.Jsii$Default

All Superinterfaces:
IConstructSelector, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IConstructSelector.Jsii$Proxy
Enclosing interface:
IConstructSelector

@Internal public static interface IConstructSelector.Jsii$Default extends IConstructSelector
Internal default implementation for IConstructSelector.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.IConstructSelector

    IConstructSelector.Jsii$Default, IConstructSelector.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default 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 default List<software.constructs.IConstruct> select(@NotNull software.constructs.IConstruct scope)
      Selects constructs from the given scope based on the selector's criteria.

      Specified by:
      select in interface IConstructSelector
      Parameters:
      scope - This parameter is required.