IConstructSelector
- class aws_cdk.mixins_preview.core.IConstructSelector(*args, **kwargs)
Bases:
Protocol(experimental) Selects constructs from a construct tree.
- Stability:
experimental
Methods
- select(scope)
(experimental) Selects constructs from the given scope based on the selector’s criteria.
- Parameters:
scope (
IConstruct)- Stability:
experimental
- Return type:
List[IConstruct]