Databricks SDK for JavaScript
    Preparing search index...

    A set of workspaces that replicate to each other across regions.

    interface WorkspaceSet {
        name?: string;
        replicateWorkspaceAssets?: boolean;
        stableUrlNames?: string[];
        workspaceIds?: string[];
    }
    Index

    Properties

    name?: string

    Resource name for this workspace set.

    replicateWorkspaceAssets?: boolean

    Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set.

    stableUrlNames?: string[]

    Resource names of stable URLs associated with this workspace set. Format: accounts/{account_id}/stable-urls/{stable_url_id}. The referenced stable URLs must already exist (via CreateStableUrl).

    workspaceIds?: string[]

    Workspace IDs in this set. The system derives and validates regions. All workspaces must be in the Mission Critical tier.