Package software.amazon.awscdk
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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIConstructSelector.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
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.
-