1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. getDisasterRecoveryStableUrls
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 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. Default: 50, maximum: 100
    Parent string
    The parent resource. Format: accounts/{account_id}
    PageSize int
    Maximum number of stable URLs to return per page. Default: 50, maximum: 100
    parent string
    The parent resource. Format: accounts/{account_id}
    page_size number
    Maximum number of stable URLs to return per page. Default: 50, maximum: 100
    parent String
    The parent resource. Format: accounts/{account_id}
    pageSize Integer
    Maximum number of stable URLs to return per page. Default: 50, maximum: 100
    parent string
    The parent resource. Format: accounts/{account_id}
    pageSize number
    Maximum number of stable URLs to return per page. Default: 50, maximum: 100
    parent str
    The parent resource. Format: accounts/{account_id}
    page_size int
    Maximum number of stable URLs to return per page. Default: 50, maximum: 100
    parent String
    The parent resource. Format: accounts/{account_id}
    pageSize Number
    Maximum number of stable URLs to return per page. Default: 50, maximum: 100

    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

    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
    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
    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
    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
    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
    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
    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.92.0
    published on Tuesday, May 12, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.