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

    Class CloudAssemblyBuilder

    Mutable builder for a CloudAssembly.

    Created by App at the start of synthesis. Synthesizers use it to:

    • Write output files via writeFile()
    • Register stack artifacts via addArtifact()

    Once all stacks are synthesized, App calls buildAssembly() which writes manifest.json and returns the immutable CloudAssembly.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    outdir: string

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

    Methods