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

    Class JsonSynthesizer

    Synthesizer that produces a JSON file.

    Output format — a keyed object with two top-level keys:

    {
    "resources": {
    "MyStackWebServer3A1B2C3D": {
    "type": "hetzner::Server",
    "properties": { ... },
    "metadata": { "cdkx:path": "MyStack/WebServer/Resource" }
    }
    },
    "outputs": {
    "ServerId": { "value": "resolved-value-or-token", "description": "..." }
    }
    }

    The "outputs" key is omitted when the stack declares no outputs.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    stack: IStackRef

    Methods