Databricks SDK for JavaScript
    Preparing search index...

    Configuration values to enable or disable the access to specific warehouse types in the workspace.

    interface WarehouseTypePair {
        enabled?: boolean;
        warehouseType?: WarehouseType;
    }
    Index

    Properties

    enabled?: boolean

    If set to false the specific warehouse type will not be allowed as a value for warehouse_type in CreateWarehouse and EditWarehouse

    warehouseType?: WarehouseType