enum ConstructOrder
Language | Type name |
---|---|
![]() | Amazon.CDK.ConstructOrder |
![]() | software.amazon.awscdk.core.ConstructOrder |
![]() | aws_cdk.core.ConstructOrder |
![]() | @aws-cdk/core » ConstructOrder |
In what order to return constructs.
Members
Name | Description |
---|---|
PREORDER | Depth-first, pre-order. |
POSTORDER | Depth-first, post-order (leaf nodes first). |
PREORDER
Depth-first, pre-order.
POSTORDER
Depth-first, post-order (leaf nodes first).