All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.awscdk.ConstructOrder Maven / Gradle / Ivy

There is a newer version: 0.36.1
Show newest version
package software.amazon.awscdk;

/**
 * In what order to return constructs.
 */
@javax.annotation.Generated(value = "jsii-pacmak/0.10.5 (build 46bc9b0)", date = "2019-05-06T20:49:40.944Z")
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.$Module.class, fqn = "@aws-cdk/cdk.ConstructOrder")
public enum ConstructOrder {
    /**
     * Depth-first, pre-order.
     */
    PreOrder,
    /**
     * Depth-first, post-order (leaf nodes first).
     */
    PostOrder,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy