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

    Interface ISynthesisSession

    The session object passed to IStackSynthesizer.synthesize(). Provides access to the output directory and the assembly builder for registering synthesized artifacts.

    interface ISynthesisSession {
        assembly: CloudAssemblyBuilder;
        outdir: string;
    }
    Index

    Properties

    Properties

    The assembly builder — use it to write files and register stack artifacts.

    outdir: string

    Absolute path to the output directory (e.g. /project/cdkx.out).