1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. getDisasterRecoveryFailoverGroups
Viewing docs for Databricks v1.92.0
published on Tuesday, May 12, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v1.92.0
published on Tuesday, May 12, 2026 by Pulumi

    Private Preview

    Using getDisasterRecoveryFailoverGroups

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDisasterRecoveryFailoverGroups(args: GetDisasterRecoveryFailoverGroupsArgs, opts?: InvokeOptions): Promise<GetDisasterRecoveryFailoverGroupsResult>
    function getDisasterRecoveryFailoverGroupsOutput(args: GetDisasterRecoveryFailoverGroupsOutputArgs, opts?: InvokeOptions): Output<GetDisasterRecoveryFailoverGroupsResult>
    def get_disaster_recovery_failover_groups(page_size: Optional[int] = None,
                                              parent: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetDisasterRecoveryFailoverGroupsResult
    def get_disaster_recovery_failover_groups_output(page_size: pulumi.Input[Optional[int]] = None,
                                              parent: pulumi.Input[Optional[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetDisasterRecoveryFailoverGroupsResult]
    func GetDisasterRecoveryFailoverGroups(ctx *Context, args *GetDisasterRecoveryFailoverGroupsArgs, opts ...InvokeOption) (*GetDisasterRecoveryFailoverGroupsResult, error)
    func GetDisasterRecoveryFailoverGroupsOutput(ctx *Context, args *GetDisasterRecoveryFailoverGroupsOutputArgs, opts ...InvokeOption) GetDisasterRecoveryFailoverGroupsResultOutput

    > Note: This function is named GetDisasterRecoveryFailoverGroups in the Go SDK.

    public static class GetDisasterRecoveryFailoverGroups 
    {
        public static Task<GetDisasterRecoveryFailoverGroupsResult> InvokeAsync(GetDisasterRecoveryFailoverGroupsArgs args, InvokeOptions? opts = null)
        public static Output<GetDisasterRecoveryFailoverGroupsResult> Invoke(GetDisasterRecoveryFailoverGroupsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDisasterRecoveryFailoverGroupsResult> getDisasterRecoveryFailoverGroups(GetDisasterRecoveryFailoverGroupsArgs args, InvokeOptions options)
    public static Output<GetDisasterRecoveryFailoverGroupsResult> getDisasterRecoveryFailoverGroups(GetDisasterRecoveryFailoverGroupsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getDisasterRecoveryFailoverGroups:getDisasterRecoveryFailoverGroups
      arguments:
        # arguments dictionary
    data "databricks_getdisasterrecoveryfailovergroups" "name" {
        # arguments
    }

    The following arguments are supported:

    Parent string
    The parent resource. Format: accounts/{account_id}
    PageSize int
    Maximum number of failover groups to return per page. Default: 50, maximum: 100
    Parent string
    The parent resource. Format: accounts/{account_id}
    PageSize int
    Maximum number of failover groups to return per page. Default: 50, maximum: 100
    parent string
    The parent resource. Format: accounts/{account_id}
    page_size number
    Maximum number of failover groups to return per page. Default: 50, maximum: 100
    parent String
    The parent resource. Format: accounts/{account_id}
    pageSize Integer
    Maximum number of failover groups to return per page. Default: 50, maximum: 100
    parent string
    The parent resource. Format: accounts/{account_id}
    pageSize number
    Maximum number of failover groups to return per page. Default: 50, maximum: 100
    parent str
    The parent resource. Format: accounts/{account_id}
    page_size int
    Maximum number of failover groups to return per page. Default: 50, maximum: 100
    parent String
    The parent resource. Format: accounts/{account_id}
    pageSize Number
    Maximum number of failover groups to return per page. Default: 50, maximum: 100

    getDisasterRecoveryFailoverGroups Result

    The following output properties are available:

    FailoverGroups List<GetDisasterRecoveryFailoverGroupsFailoverGroup>
    Id string
    The provider-assigned unique ID for this managed resource.
    Parent string
    PageSize int
    FailoverGroups []GetDisasterRecoveryFailoverGroupsFailoverGroup
    Id string
    The provider-assigned unique ID for this managed resource.
    Parent string
    PageSize int
    failover_groups list(object)
    id string
    The provider-assigned unique ID for this managed resource.
    parent string
    page_size number
    failoverGroups List<GetDisasterRecoveryFailoverGroupsFailoverGroup>
    id String
    The provider-assigned unique ID for this managed resource.
    parent String
    pageSize Integer
    failoverGroups GetDisasterRecoveryFailoverGroupsFailoverGroup[]
    id string
    The provider-assigned unique ID for this managed resource.
    parent string
    pageSize number
    failover_groups Sequence[GetDisasterRecoveryFailoverGroupsFailoverGroup]
    id str
    The provider-assigned unique ID for this managed resource.
    parent str
    page_size int
    failoverGroups List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    parent String
    pageSize Number

    Supporting Types

    GetDisasterRecoveryFailoverGroupsFailoverGroup

    CreateTime string
    (string) - Time at which this failover group was created
    EffectivePrimaryRegion string
    (string) - Current effective primary region. Replication flows FROM workspaces in this region. Changes after a successful failover
    Etag string
    (string) - Opaque version string for optimistic locking. Server-generated, returned in responses. Must be provided on Update requests to prevent concurrent modifications
    InitialPrimaryRegion string
    (string) - Initial primary region. Used only in Create requests to set the starting primary region. Not returned in responses
    Name string
    (string) - Resource name for this workspace set
    Regions List<string>
    (list of string) - List of all regions participating in this failover group
    ReplicationPoint string
    (string) - The latest point in time to which data has been replicated
    State string
    (string) - Aggregate state of the failover group. Possible values are: ACTIVE, CREATING, CREATION_FAILED, DELETING, DELETION_FAILED, FAILING_OVER, FAILOVER_FAILED, INITIAL_REPLICATION
    UnityCatalogAssets GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssets
    (UcReplicationConfig) - Unity Catalog replication configuration
    UpdateTime string
    (string) - Time at which this failover group was last modified
    WorkspaceSets List<GetDisasterRecoveryFailoverGroupsFailoverGroupWorkspaceSet>
    (list of WorkspaceSet) - Workspace sets, each containing workspaces that replicate to each other
    CreateTime string
    (string) - Time at which this failover group was created
    EffectivePrimaryRegion string
    (string) - Current effective primary region. Replication flows FROM workspaces in this region. Changes after a successful failover
    Etag string
    (string) - Opaque version string for optimistic locking. Server-generated, returned in responses. Must be provided on Update requests to prevent concurrent modifications
    InitialPrimaryRegion string
    (string) - Initial primary region. Used only in Create requests to set the starting primary region. Not returned in responses
    Name string
    (string) - Resource name for this workspace set
    Regions []string
    (list of string) - List of all regions participating in this failover group
    ReplicationPoint string
    (string) - The latest point in time to which data has been replicated
    State string
    (string) - Aggregate state of the failover group. Possible values are: ACTIVE, CREATING, CREATION_FAILED, DELETING, DELETION_FAILED, FAILING_OVER, FAILOVER_FAILED, INITIAL_REPLICATION
    UnityCatalogAssets GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssets
    (UcReplicationConfig) - Unity Catalog replication configuration
    UpdateTime string
    (string) - Time at which this failover group was last modified
    WorkspaceSets []GetDisasterRecoveryFailoverGroupsFailoverGroupWorkspaceSet
    (list of WorkspaceSet) - Workspace sets, each containing workspaces that replicate to each other
    create_time string
    (string) - Time at which this failover group was created
    effective_primary_region string
    (string) - Current effective primary region. Replication flows FROM workspaces in this region. Changes after a successful failover
    etag string
    (string) - Opaque version string for optimistic locking. Server-generated, returned in responses. Must be provided on Update requests to prevent concurrent modifications
    initial_primary_region string
    (string) - Initial primary region. Used only in Create requests to set the starting primary region. Not returned in responses
    name string
    (string) - Resource name for this workspace set
    regions list(string)
    (list of string) - List of all regions participating in this failover group
    replication_point string
    (string) - The latest point in time to which data has been replicated
    state string
    (string) - Aggregate state of the failover group. Possible values are: ACTIVE, CREATING, CREATION_FAILED, DELETING, DELETION_FAILED, FAILING_OVER, FAILOVER_FAILED, INITIAL_REPLICATION
    unity_catalog_assets object
    (UcReplicationConfig) - Unity Catalog replication configuration
    update_time string
    (string) - Time at which this failover group was last modified
    workspace_sets list(object)
    (list of WorkspaceSet) - Workspace sets, each containing workspaces that replicate to each other
    createTime String
    (string) - Time at which this failover group was created
    effectivePrimaryRegion String
    (string) - Current effective primary region. Replication flows FROM workspaces in this region. Changes after a successful failover
    etag String
    (string) - Opaque version string for optimistic locking. Server-generated, returned in responses. Must be provided on Update requests to prevent concurrent modifications
    initialPrimaryRegion String
    (string) - Initial primary region. Used only in Create requests to set the starting primary region. Not returned in responses
    name String
    (string) - Resource name for this workspace set
    regions List<String>
    (list of string) - List of all regions participating in this failover group
    replicationPoint String
    (string) - The latest point in time to which data has been replicated
    state String
    (string) - Aggregate state of the failover group. Possible values are: ACTIVE, CREATING, CREATION_FAILED, DELETING, DELETION_FAILED, FAILING_OVER, FAILOVER_FAILED, INITIAL_REPLICATION
    unityCatalogAssets GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssets
    (UcReplicationConfig) - Unity Catalog replication configuration
    updateTime String
    (string) - Time at which this failover group was last modified
    workspaceSets List<GetDisasterRecoveryFailoverGroupsFailoverGroupWorkspaceSet>
    (list of WorkspaceSet) - Workspace sets, each containing workspaces that replicate to each other
    createTime string
    (string) - Time at which this failover group was created
    effectivePrimaryRegion string
    (string) - Current effective primary region. Replication flows FROM workspaces in this region. Changes after a successful failover
    etag string
    (string) - Opaque version string for optimistic locking. Server-generated, returned in responses. Must be provided on Update requests to prevent concurrent modifications
    initialPrimaryRegion string
    (string) - Initial primary region. Used only in Create requests to set the starting primary region. Not returned in responses
    name string
    (string) - Resource name for this workspace set
    regions string[]
    (list of string) - List of all regions participating in this failover group
    replicationPoint string
    (string) - The latest point in time to which data has been replicated
    state string
    (string) - Aggregate state of the failover group. Possible values are: ACTIVE, CREATING, CREATION_FAILED, DELETING, DELETION_FAILED, FAILING_OVER, FAILOVER_FAILED, INITIAL_REPLICATION
    unityCatalogAssets GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssets
    (UcReplicationConfig) - Unity Catalog replication configuration
    updateTime string
    (string) - Time at which this failover group was last modified
    workspaceSets GetDisasterRecoveryFailoverGroupsFailoverGroupWorkspaceSet[]
    (list of WorkspaceSet) - Workspace sets, each containing workspaces that replicate to each other
    create_time str
    (string) - Time at which this failover group was created
    effective_primary_region str
    (string) - Current effective primary region. Replication flows FROM workspaces in this region. Changes after a successful failover
    etag str
    (string) - Opaque version string for optimistic locking. Server-generated, returned in responses. Must be provided on Update requests to prevent concurrent modifications
    initial_primary_region str
    (string) - Initial primary region. Used only in Create requests to set the starting primary region. Not returned in responses
    name str
    (string) - Resource name for this workspace set
    regions Sequence[str]
    (list of string) - List of all regions participating in this failover group
    replication_point str
    (string) - The latest point in time to which data has been replicated
    state str
    (string) - Aggregate state of the failover group. Possible values are: ACTIVE, CREATING, CREATION_FAILED, DELETING, DELETION_FAILED, FAILING_OVER, FAILOVER_FAILED, INITIAL_REPLICATION
    unity_catalog_assets GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssets
    (UcReplicationConfig) - Unity Catalog replication configuration
    update_time str
    (string) - Time at which this failover group was last modified
    workspace_sets Sequence[GetDisasterRecoveryFailoverGroupsFailoverGroupWorkspaceSet]
    (list of WorkspaceSet) - Workspace sets, each containing workspaces that replicate to each other
    createTime String
    (string) - Time at which this failover group was created
    effectivePrimaryRegion String
    (string) - Current effective primary region. Replication flows FROM workspaces in this region. Changes after a successful failover
    etag String
    (string) - Opaque version string for optimistic locking. Server-generated, returned in responses. Must be provided on Update requests to prevent concurrent modifications
    initialPrimaryRegion String
    (string) - Initial primary region. Used only in Create requests to set the starting primary region. Not returned in responses
    name String
    (string) - Resource name for this workspace set
    regions List<String>
    (list of string) - List of all regions participating in this failover group
    replicationPoint String
    (string) - The latest point in time to which data has been replicated
    state String
    (string) - Aggregate state of the failover group. Possible values are: ACTIVE, CREATING, CREATION_FAILED, DELETING, DELETION_FAILED, FAILING_OVER, FAILOVER_FAILED, INITIAL_REPLICATION
    unityCatalogAssets Property Map
    (UcReplicationConfig) - Unity Catalog replication configuration
    updateTime String
    (string) - Time at which this failover group was last modified
    workspaceSets List<Property Map>
    (list of WorkspaceSet) - Workspace sets, each containing workspaces that replicate to each other

    GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssets

    Catalogs List<GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsCatalog>
    (list of UcCatalog) - UC catalogs to replicate
    DataReplicationWorkspaceSet string
    (string) - The workspace set whose workspaces will be used for data replication of all UC catalogs' underlying storage
    LocationMappings List<GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMapping>
    (list of LocationMapping) - Location mappings - storage URI per region for each location
    Catalogs []GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsCatalog
    (list of UcCatalog) - UC catalogs to replicate
    DataReplicationWorkspaceSet string
    (string) - The workspace set whose workspaces will be used for data replication of all UC catalogs' underlying storage
    LocationMappings []GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMapping
    (list of LocationMapping) - Location mappings - storage URI per region for each location
    catalogs list(object)
    (list of UcCatalog) - UC catalogs to replicate
    data_replication_workspace_set string
    (string) - The workspace set whose workspaces will be used for data replication of all UC catalogs' underlying storage
    location_mappings list(object)
    (list of LocationMapping) - Location mappings - storage URI per region for each location
    catalogs List<GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsCatalog>
    (list of UcCatalog) - UC catalogs to replicate
    dataReplicationWorkspaceSet String
    (string) - The workspace set whose workspaces will be used for data replication of all UC catalogs' underlying storage
    locationMappings List<GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMapping>
    (list of LocationMapping) - Location mappings - storage URI per region for each location
    catalogs GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsCatalog[]
    (list of UcCatalog) - UC catalogs to replicate
    dataReplicationWorkspaceSet string
    (string) - The workspace set whose workspaces will be used for data replication of all UC catalogs' underlying storage
    locationMappings GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMapping[]
    (list of LocationMapping) - Location mappings - storage URI per region for each location
    catalogs Sequence[GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsCatalog]
    (list of UcCatalog) - UC catalogs to replicate
    data_replication_workspace_set str
    (string) - The workspace set whose workspaces will be used for data replication of all UC catalogs' underlying storage
    location_mappings Sequence[GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMapping]
    (list of LocationMapping) - Location mappings - storage URI per region for each location
    catalogs List<Property Map>
    (list of UcCatalog) - UC catalogs to replicate
    dataReplicationWorkspaceSet String
    (string) - The workspace set whose workspaces will be used for data replication of all UC catalogs' underlying storage
    locationMappings List<Property Map>
    (list of LocationMapping) - Location mappings - storage URI per region for each location

    GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsCatalog

    Name string
    (string) - Resource name for this workspace set
    Name string
    (string) - Resource name for this workspace set
    name string
    (string) - Resource name for this workspace set
    name String
    (string) - Resource name for this workspace set
    name string
    (string) - Resource name for this workspace set
    name str
    (string) - Resource name for this workspace set
    name String
    (string) - Resource name for this workspace set

    GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMapping

    Name string
    (string) - Resource name for this workspace set
    UriByRegions List<GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMappingUriByRegion>
    (list of LocationMappingEntry) - URI for each region. Each entry maps a region name to a storage URI
    Name string
    (string) - Resource name for this workspace set
    UriByRegions []GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMappingUriByRegion
    (list of LocationMappingEntry) - URI for each region. Each entry maps a region name to a storage URI
    name string
    (string) - Resource name for this workspace set
    uri_by_regions list(object)
    (list of LocationMappingEntry) - URI for each region. Each entry maps a region name to a storage URI
    name String
    (string) - Resource name for this workspace set
    uriByRegions List<GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMappingUriByRegion>
    (list of LocationMappingEntry) - URI for each region. Each entry maps a region name to a storage URI
    name string
    (string) - Resource name for this workspace set
    uriByRegions GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMappingUriByRegion[]
    (list of LocationMappingEntry) - URI for each region. Each entry maps a region name to a storage URI
    name str
    (string) - Resource name for this workspace set
    uri_by_regions Sequence[GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMappingUriByRegion]
    (list of LocationMappingEntry) - URI for each region. Each entry maps a region name to a storage URI
    name String
    (string) - Resource name for this workspace set
    uriByRegions List<Property Map>
    (list of LocationMappingEntry) - URI for each region. Each entry maps a region name to a storage URI

    GetDisasterRecoveryFailoverGroupsFailoverGroupUnityCatalogAssetsLocationMappingUriByRegion

    Region string
    (string) - The region name
    Uri string
    (string) - The storage URI for this region
    Region string
    (string) - The region name
    Uri string
    (string) - The storage URI for this region
    region string
    (string) - The region name
    uri string
    (string) - The storage URI for this region
    region String
    (string) - The region name
    uri String
    (string) - The storage URI for this region
    region string
    (string) - The region name
    uri string
    (string) - The storage URI for this region
    region str
    (string) - The region name
    uri str
    (string) - The storage URI for this region
    region String
    (string) - The region name
    uri String
    (string) - The storage URI for this region

    GetDisasterRecoveryFailoverGroupsFailoverGroupWorkspaceSet

    Name string
    (string) - Resource name for this workspace set
    ReplicateWorkspaceAssets bool
    (boolean) - Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set. Requires all workspaces in the set to be Mission Critical tier
    WorkspaceIds List<string>
    (list of string) - Workspace IDs in this set. The system derives and validates regions. EA: exactly 2 workspaces (one per region)
    StableUrlNames List<string>
    (list of 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)
    Name string
    (string) - Resource name for this workspace set
    ReplicateWorkspaceAssets bool
    (boolean) - Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set. Requires all workspaces in the set to be Mission Critical tier
    WorkspaceIds []string
    (list of string) - Workspace IDs in this set. The system derives and validates regions. EA: exactly 2 workspaces (one per region)
    StableUrlNames []string
    (list of 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)
    name string
    (string) - Resource name for this workspace set
    replicate_workspace_assets bool
    (boolean) - Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set. Requires all workspaces in the set to be Mission Critical tier
    workspace_ids list(string)
    (list of string) - Workspace IDs in this set. The system derives and validates regions. EA: exactly 2 workspaces (one per region)
    stable_url_names list(string)
    (list of 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)
    name String
    (string) - Resource name for this workspace set
    replicateWorkspaceAssets Boolean
    (boolean) - Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set. Requires all workspaces in the set to be Mission Critical tier
    workspaceIds List<String>
    (list of string) - Workspace IDs in this set. The system derives and validates regions. EA: exactly 2 workspaces (one per region)
    stableUrlNames List<String>
    (list of 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)
    name string
    (string) - Resource name for this workspace set
    replicateWorkspaceAssets boolean
    (boolean) - Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set. Requires all workspaces in the set to be Mission Critical tier
    workspaceIds string[]
    (list of string) - Workspace IDs in this set. The system derives and validates regions. EA: exactly 2 workspaces (one per region)
    stableUrlNames string[]
    (list of 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)
    name str
    (string) - Resource name for this workspace set
    replicate_workspace_assets bool
    (boolean) - Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set. Requires all workspaces in the set to be Mission Critical tier
    workspace_ids Sequence[str]
    (list of string) - Workspace IDs in this set. The system derives and validates regions. EA: exactly 2 workspaces (one per region)
    stable_url_names Sequence[str]
    (list of 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)
    name String
    (string) - Resource name for this workspace set
    replicateWorkspaceAssets Boolean
    (boolean) - Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set. Requires all workspaces in the set to be Mission Critical tier
    workspaceIds List<String>
    (list of string) - Workspace IDs in this set. The system derives and validates regions. EA: exactly 2 workspaces (one per region)
    stableUrlNames List<String>
    (list of 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)

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Viewing docs for Databricks v1.92.0
    published on Tuesday, May 12, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial