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

    Interface RuntimeResourceConfig

    Configuration for a single resource type in the runtime.

    Auto-generated from JSON Schema files — createOnlyProperties, primaryIdentifier, and readOnlyProperties.

    interface RuntimeResourceConfig {
        createOnlyProps: ReadonlySet<string>;
        physicalIdKey: string;
    }
    Index

    Properties

    createOnlyProps: ReadonlySet<string>

    Property names that cannot be updated (createOnlyProperties).

    physicalIdKey: string

    The key in the handler state object that holds the physical ID. For simple resources: the property name (e.g., "networkId"). For composite IDs: always "physicalId".