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

    Interface CloudAssemblyManifest

    The full content of the manifest.json file written to cdkx.out/.

    interface CloudAssemblyManifest {
        artifacts: Record<string, StackArtifact>;
        version: string;
    }
    Index

    Properties

    Properties

    artifacts: Record<string, StackArtifact>

    All artifacts in this assembly, keyed by their artifact ID. The artifact ID is the stack's artifactId (derived from the construct node path).

    version: string

    Schema version — used by the CLI to detect incompatible manifests.