ConstructOrder

class aws_cdk.core.ConstructOrder(value)

Bases: Enum

In what order to return constructs.

Attributes

POSTORDER

Depth-first, post-order (leaf nodes first).

PREORDER

Depth-first, pre-order.