@cdk-x/core
    Preparing search index...

    Interface AppProps

    interface AppProps {
        outdir?: string;
        resolvers?: IResolver[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    outdir?: string

    The output directory where synthesized artifacts are written. Equivalent to cdk.out in AWS CDK.

    'cdkx.out'
    
    resolvers?: IResolver[]

    Global custom resolvers prepended to every stack's resolver pipeline, regardless of provider. These run before provider-specific resolvers and before the built-in LazyResolver and ImplicitTokenResolver.

    []