1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. getDisasterRecoveryStableUrls
Viewing docs for Databricks v1.94.0
published on Friday, May 29, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v1.94.0
published on Friday, May 29, 2026 by Pulumi

    Private Preview

    Using getDisasterRecoveryStableUrls

    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 getDisasterRecoveryStableUrls(args: GetDisasterRecoveryStableUrlsArgs, opts?: InvokeOptions): Promise<GetDisasterRecoveryStableUrlsResult>
    function getDisasterRecoveryStableUrlsOutput(args: GetDisasterRecoveryStableUrlsOutputArgs, opts?: InvokeOptions): Output<GetDisasterRecoveryStableUrlsResult>
    def get_disaster_recovery_stable_urls(page_size: Optional[int] = None,
                                          parent: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetDisasterRecoveryStableUrlsResult
    def get_disaster_recovery_stable_urls_output(page_size: pulumi.Input[Optional[int]] = None,
                                          parent: pulumi.Input[Optional[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetDisasterRecoveryStableUrlsResult]
    func GetDisasterRecoveryStableUrls(ctx *Context, args *GetDisasterRecoveryStableUrlsArgs, opts ...InvokeOption) (*GetDisasterRecoveryStableUrlsResult, error)
    func GetDisasterRecoveryStableUrlsOutput(ctx *Context, args *GetDisasterRecoveryStableUrlsOutputArgs, opts ...InvokeOption) GetDisasterRecoveryStableUrlsResultOutput

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

    public static class GetDisasterRecoveryStableUrls 
    {
        public static Task<GetDisasterRecoveryStableUrlsResult> InvokeAsync(GetDisasterRecoveryStableUrlsArgs args, InvokeOptions? opts = null)
        public static Output<GetDisasterRecoveryStableUrlsResult> Invoke(GetDisasterRecoveryStableUrlsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDisasterRecoveryStableUrlsResult> getDisasterRecoveryStableUrls(GetDisasterRecoveryStableUrlsArgs args, InvokeOptions options)
    public static Output<GetDisasterRecoveryStableUrlsResult> getDisasterRecoveryStableUrls(GetDisasterRecoveryStableUrlsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getDisasterRecoveryStableUrls:getDisasterRecoveryStableUrls
      arguments:
        # arguments dictionary
    data "databricks_getdisasterrecoverystableurls" "name" {
        # arguments
    }

    The following arguments are supported:

    Parent string
    The parent resource. Format: accounts/{account_id}
    PageSize int
    Maximum number of stable URLs to return per page:

    • when set to a value greater than 0, the page length is the minimum of this value and a server configured value;
    • when set to 0 or unset, the page length is set to a server configured value (recommended);
    • when set to a value less than 0, an invalid parameter error is returned
    Parent string
    The parent resource. Format: accounts/{account_id}
    PageSize int
    Maximum number of stable URLs to return per page:

    • when set to a value greater than 0, the page length is the minimum of this value and a server configured value;
    • when set to 0 or unset, the page length is set to a server configured value (recommended);
    • when set to a value less than 0, an invalid parameter error is returned
    parent string
    The parent resource. Format: accounts/{account_id}
    page_size number
    Maximum number of stable URLs to return per page:

    • when set to a value greater than 0, the page length is the minimum of this value and a server configured value;
    • when set to 0 or unset, the page length is set to a server configured value (recommended);
    • when set to a value less than 0, an invalid parameter error is returned
    parent String
    The parent resource. Format: accounts/{account_id}
    pageSize Integer
    Maximum number of stable URLs to return per page:

    • when set to a value greater than 0, the page length is the minimum of this value and a server configured value;
    • when set to 0 or unset, the page length is set to a server configured value (recommended);
    • when set to a value less than 0, an invalid parameter error is returned
    parent string
    The parent resource. Format: accounts/{account_id}
    pageSize number
    Maximum number of stable URLs to return per page:

    • when set to a value greater than 0, the page length is the minimum of this value and a server configured value;
    • when set to 0 or unset, the page length is set to a server configured value (recommended);
    • when set to a value less than 0, an invalid parameter error is returned
    parent str
    The parent resource. Format: accounts/{account_id}
    page_size int
    Maximum number of stable URLs to return per page:

    • when set to a value greater than 0, the page length is the minimum of this value and a server configured value;
    • when set to 0 or unset, the page length is set to a server configured value (recommended);
    • when set to a value less than 0, an invalid parameter error is returned
    parent String
    The parent resource. Format: accounts/{account_id}
    pageSize Number
    Maximum number of stable URLs to return per page:

    • when set to a value greater than 0, the page length is the minimum of this value and a server configured value;
    • when set to 0 or unset, the page length is set to a server configured value (recommended);
    • when set to a value less than 0, an invalid parameter error is returned

    getDisasterRecoveryStableUrls Result

    The following output properties are available:

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

    Supporting Types

    GetDisasterRecoveryStableUrlsStableUrl

    FailoverGroupName string
    (string) - Fully qualified resource name of the FailoverGroup this stable URL is currently linked to, in the format accounts/{account_id}/failover-groups/{failover_group_id}. Empty when the stable URL is not attached to any failover group. Server-controlled: written by CreateFailoverGroup / UpdateFailoverGroup on link, cleared by DeleteFailoverGroup / UpdateFailoverGroup on unlink
    InitialWorkspaceId string
    (string) - The workspace this stable URL is initially bound to. Used only in Create requests to associate the stable URL with a workspace. Not returned in responses. Mirrors FailoverGroup.initial_primary_region semantics
    Name string
    (string) - Fully qualified resource name. Format: accounts/{account_id}/stable-urls/{stable_url_id}
    Url string
    (string) - The stable URL endpoint. Generated by the backend on creation and immutable thereafter. For non-Private-Link workspaces this is https://<spog_host>/?c=<connection_id>. For Private-Link workspaces this is the per-connection hostname
    FailoverGroupName string
    (string) - Fully qualified resource name of the FailoverGroup this stable URL is currently linked to, in the format accounts/{account_id}/failover-groups/{failover_group_id}. Empty when the stable URL is not attached to any failover group. Server-controlled: written by CreateFailoverGroup / UpdateFailoverGroup on link, cleared by DeleteFailoverGroup / UpdateFailoverGroup on unlink
    InitialWorkspaceId string
    (string) - The workspace this stable URL is initially bound to. Used only in Create requests to associate the stable URL with a workspace. Not returned in responses. Mirrors FailoverGroup.initial_primary_region semantics
    Name string
    (string) - Fully qualified resource name. Format: accounts/{account_id}/stable-urls/{stable_url_id}
    Url string
    (string) - The stable URL endpoint. Generated by the backend on creation and immutable thereafter. For non-Private-Link workspaces this is https://<spog_host>/?c=<connection_id>. For Private-Link workspaces this is the per-connection hostname
    failover_group_name string
    (string) - Fully qualified resource name of the FailoverGroup this stable URL is currently linked to, in the format accounts/{account_id}/failover-groups/{failover_group_id}. Empty when the stable URL is not attached to any failover group. Server-controlled: written by CreateFailoverGroup / UpdateFailoverGroup on link, cleared by DeleteFailoverGroup / UpdateFailoverGroup on unlink
    initial_workspace_id string
    (string) - The workspace this stable URL is initially bound to. Used only in Create requests to associate the stable URL with a workspace. Not returned in responses. Mirrors FailoverGroup.initial_primary_region semantics
    name string
    (string) - Fully qualified resource name. Format: accounts/{account_id}/stable-urls/{stable_url_id}
    url string
    (string) - The stable URL endpoint. Generated by the backend on creation and immutable thereafter. For non-Private-Link workspaces this is https://<spog_host>/?c=<connection_id>. For Private-Link workspaces this is the per-connection hostname
    failoverGroupName String
    (string) - Fully qualified resource name of the FailoverGroup this stable URL is currently linked to, in the format accounts/{account_id}/failover-groups/{failover_group_id}. Empty when the stable URL is not attached to any failover group. Server-controlled: written by CreateFailoverGroup / UpdateFailoverGroup on link, cleared by DeleteFailoverGroup / UpdateFailoverGroup on unlink
    initialWorkspaceId String
    (string) - The workspace this stable URL is initially bound to. Used only in Create requests to associate the stable URL with a workspace. Not returned in responses. Mirrors FailoverGroup.initial_primary_region semantics
    name String
    (string) - Fully qualified resource name. Format: accounts/{account_id}/stable-urls/{stable_url_id}
    url String
    (string) - The stable URL endpoint. Generated by the backend on creation and immutable thereafter. For non-Private-Link workspaces this is https://<spog_host>/?c=<connection_id>. For Private-Link workspaces this is the per-connection hostname
    failoverGroupName string
    (string) - Fully qualified resource name of the FailoverGroup this stable URL is currently linked to, in the format accounts/{account_id}/failover-groups/{failover_group_id}. Empty when the stable URL is not attached to any failover group. Server-controlled: written by CreateFailoverGroup / UpdateFailoverGroup on link, cleared by DeleteFailoverGroup / UpdateFailoverGroup on unlink
    initialWorkspaceId string
    (string) - The workspace this stable URL is initially bound to. Used only in Create requests to associate the stable URL with a workspace. Not returned in responses. Mirrors FailoverGroup.initial_primary_region semantics
    name string
    (string) - Fully qualified resource name. Format: accounts/{account_id}/stable-urls/{stable_url_id}
    url string
    (string) - The stable URL endpoint. Generated by the backend on creation and immutable thereafter. For non-Private-Link workspaces this is https://<spog_host>/?c=<connection_id>. For Private-Link workspaces this is the per-connection hostname
    failover_group_name str
    (string) - Fully qualified resource name of the FailoverGroup this stable URL is currently linked to, in the format accounts/{account_id}/failover-groups/{failover_group_id}. Empty when the stable URL is not attached to any failover group. Server-controlled: written by CreateFailoverGroup / UpdateFailoverGroup on link, cleared by DeleteFailoverGroup / UpdateFailoverGroup on unlink
    initial_workspace_id str
    (string) - The workspace this stable URL is initially bound to. Used only in Create requests to associate the stable URL with a workspace. Not returned in responses. Mirrors FailoverGroup.initial_primary_region semantics
    name str
    (string) - Fully qualified resource name. Format: accounts/{account_id}/stable-urls/{stable_url_id}
    url str
    (string) - The stable URL endpoint. Generated by the backend on creation and immutable thereafter. For non-Private-Link workspaces this is https://<spog_host>/?c=<connection_id>. For Private-Link workspaces this is the per-connection hostname
    failoverGroupName String
    (string) - Fully qualified resource name of the FailoverGroup this stable URL is currently linked to, in the format accounts/{account_id}/failover-groups/{failover_group_id}. Empty when the stable URL is not attached to any failover group. Server-controlled: written by CreateFailoverGroup / UpdateFailoverGroup on link, cleared by DeleteFailoverGroup / UpdateFailoverGroup on unlink
    initialWorkspaceId String
    (string) - The workspace this stable URL is initially bound to. Used only in Create requests to associate the stable URL with a workspace. Not returned in responses. Mirrors FailoverGroup.initial_primary_region semantics
    name String
    (string) - Fully qualified resource name. Format: accounts/{account_id}/stable-urls/{stable_url_id}
    url String
    (string) - The stable URL endpoint. Generated by the backend on creation and immutable thereafter. For non-Private-Link workspaces this is https://<spog_host>/?c=<connection_id>. For Private-Link workspaces this is the per-connection hostname

    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.94.0
    published on Friday, May 29, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial