Absolute path to the output directory (e.g. /project/cdkx.out).
ReadonlyoutdirAbsolute path to the output directory (e.g. /project/cdkx.out).
Registers a stack artifact.
Called by each IStackSynthesizer after writing its output file.
Seals the assembly: writes manifest.json and returns the immutable CloudAssembly.
Should be called exactly once, at the end of App.synth().
Writes a file into the output directory. Creates the directory if it does not exist.
Mutable builder for a
CloudAssembly.Created by
Appat the start of synthesis. Synthesizers use it to:writeFile()addArtifact()Once all stacks are synthesized,
AppcallsbuildAssembly()which writesmanifest.jsonand returns the immutableCloudAssembly.