Package software.amazon.awscdk
Interface IConstructSelector.Jsii$Default
- All Superinterfaces:
IConstructSelector,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IConstructSelector.Jsii$Proxy
- Enclosing interface:
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
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:
selectin interfaceIConstructSelector- Parameters:
scope- This parameter is required.
-