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

    Class ProviderRuntime<TSdk>Abstract

    Base class for provider runtimes.

    Manages a registry of ResourceHandler instances keyed by resource type string. Provider packages extend this class to register their handlers in the constructor.

    Type Parameters

    • TSdk = unknown
    Index

    Constructors

    Properties

    handlers: Record<string, ResourceHandler<unknown, unknown, TSdk>> = {}

    Methods