IConstructSelector

class aws_cdk.IConstructSelector(*args, **kwargs)

Bases: Protocol

Selects constructs from a construct tree.

Methods

select(scope)

Selects constructs from the given scope based on the selector’s criteria.

Parameters:

scope (IConstruct)

Return type:

List[IConstruct]