interface IConstructSelector
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.core.IConstructSelector |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/core#IConstructSelector |
Java | software.amazon.awscdk.mixins.preview.core.IConstructSelector |
Python | aws_cdk.mixins_preview.core.IConstructSelector |
TypeScript (source) | @aws-cdk/mixins-preview ยป core ยป 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 (