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

    Class RuntimeContext<TSdk>Abstract

    Context object passed to every ResourceHandler method.

    Carries the provider SDK, a logger, and the stabilization configuration supplied by the engine. Provider packages subclass this to expose a typed SDK (e.g. HetznerRuntimeContext).

    Type Parameters

    • TSdk = unknown
    Index

    Constructors

    Properties

    Constructors

    Properties

    sdk: TSdk
    stabilizeConfig: StabilizeConfig = DEFAULT_STABILIZE_CONFIG

    Stabilization polling configuration for this deployment run. Populated by RuntimeAdapter from DeploymentEngineOptions.stabilize (merged with engine defaults). Handlers read this via ctx.stabilizeConfig when calling waitUntilStabilized.