interface IConstructSelector
| Language | Type name |
|---|---|
.NET | Amazon.CDK.IConstructSelector |
Go | github.com/aws/aws-cdk-go/awscdk/v2#IConstructSelector |
Java | software.amazon.awscdk.IConstructSelector |
Python | aws_cdk.IConstructSelector |
TypeScript (source) | aws-cdk-lib » IConstructSelector |
Obtainable from
Construct.all(), Construct.byId(), Construct.byPath(), Construct.cfnResource(), Construct.onlyItself(), Construct.resourcesOfType()
Selects constructs from a construct tree.
Methods
| Name | Description |
|---|---|
| select(scope) | Selects constructs from the given scope based on the selector's criteria. |
select(scope)
public select(scope: IConstruct): IConstruct[]
Parameters
- scope
IConstruct
Returns
Selects constructs from the given scope based on the selector's criteria.

.NET
Go
Java
Python
TypeScript (