1. Packages
  2. Databricks Provider
  3. API Docs
  4. getDatabaseInstances
Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi

databricks.getDatabaseInstances

Explore with Pulumi AI

databricks logo
Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi

    This data source can be used to fetch the list of Database Instances within the workspace. The list can then be accessed via the data object’s database_instances field.

    Example Usage

    Getting a list of all Database Instances:

    import * as pulumi from "@pulumi/pulumi";
    import * as databricks from "@pulumi/databricks";
    
    const all = databricks.getDatabaseInstances({});
    export const allDatabaseInstances = all.then(all => all.databaseInstances);
    
    import pulumi
    import pulumi_databricks as databricks
    
    all = databricks.get_database_instances()
    pulumi.export("allDatabaseInstances", all.database_instances)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-databricks/sdk/go/databricks"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		all, err := databricks.GetDatabaseInstances(ctx, map[string]interface{}{}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("allDatabaseInstances", all.DatabaseInstances)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Databricks = Pulumi.Databricks;
    
    return await Deployment.RunAsync(() => 
    {
        var all = Databricks.GetDatabaseInstances.Invoke();
    
        return new Dictionary<string, object?>
        {
            ["allDatabaseInstances"] = all.Apply(getDatabaseInstancesResult => getDatabaseInstancesResult.DatabaseInstances),
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.databricks.DatabricksFunctions;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var all = DatabricksFunctions.getDatabaseInstances(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);
    
            ctx.export("allDatabaseInstances", all.databaseInstances());
        }
    }
    
    variables:
      all:
        fn::invoke:
          function: databricks:getDatabaseInstances
          arguments: {}
    outputs:
      allDatabaseInstances: ${all.databaseInstances}
    

    Using getDatabaseInstances

    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 getDatabaseInstances(opts?: InvokeOptions): Promise<GetDatabaseInstancesResult>
    function getDatabaseInstancesOutput(opts?: InvokeOptions): Output<GetDatabaseInstancesResult>
    def get_database_instances(opts: Optional[InvokeOptions] = None) -> GetDatabaseInstancesResult
    def get_database_instances_output(opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseInstancesResult]
    func GetDatabaseInstances(ctx *Context, opts ...InvokeOption) (*GetDatabaseInstancesResult, error)
    func GetDatabaseInstancesOutput(ctx *Context, opts ...InvokeOption) GetDatabaseInstancesResultOutput

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

    public static class GetDatabaseInstances 
    {
        public static Task<GetDatabaseInstancesResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetDatabaseInstancesResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDatabaseInstancesResult> getDatabaseInstances(InvokeOptions options)
    public static Output<GetDatabaseInstancesResult> getDatabaseInstances(InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getDatabaseInstances:getDatabaseInstances
      arguments:
        # arguments dictionary

    getDatabaseInstances Result

    The following output properties are available:

    DatabaseInstances List<GetDatabaseInstancesDatabaseInstance>
    Id string
    The provider-assigned unique ID for this managed resource.
    DatabaseInstances []GetDatabaseInstancesDatabaseInstance
    Id string
    The provider-assigned unique ID for this managed resource.
    databaseInstances List<GetDatabaseInstancesDatabaseInstance>
    id String
    The provider-assigned unique ID for this managed resource.
    databaseInstances GetDatabaseInstancesDatabaseInstance[]
    id string
    The provider-assigned unique ID for this managed resource.
    database_instances Sequence[GetDatabaseInstancesDatabaseInstance]
    id str
    The provider-assigned unique ID for this managed resource.
    databaseInstances List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetDatabaseInstancesDatabaseInstance

    ChildInstanceRefs List<GetDatabaseInstancesDatabaseInstanceChildInstanceRef>
    (list of DatabaseInstanceRef) - The refs of the child instances. This is only available if the instance is parent instance
    CreationTime string
    (string) - The timestamp when the instance was created
    Creator string
    (string) - The email of the creator of the instance
    EffectiveEnableReadableSecondaries bool
    (boolean) - xref AIP-129. enable_readable_secondaries is owned by the client, while effective_enable_readable_secondaries is owned by the server. enable_readable_secondaries will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_enable_readable_secondaries on the other hand will always bet set in all response messages (Create/Update/Get/List)
    EffectiveNodeCount int
    (integer) - xref AIP-129. node_count is owned by the client, while effective_node_count is owned by the server. node_count will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_node_count on the other hand will always bet set in all response messages (Create/Update/Get/List)
    EffectiveRetentionWindowInDays int
    (integer) - xref AIP-129. retention_window_in_days is owned by the client, while effective_retention_window_in_days is owned by the server. retention_window_in_days will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_retention_window_in_days on the other hand will always bet set in all response messages (Create/Update/Get/List)
    EffectiveStopped bool
    (boolean) - xref AIP-129. stopped is owned by the client, while effective_stopped is owned by the server. stopped will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_stopped on the other hand will always bet set in all response messages (Create/Update/Get/List)
    Name string
    (string) - Name of the ref database instance
    PgVersion string
    (string) - The version of Postgres running on the instance
    ReadOnlyDns string
    (string) - The DNS endpoint to connect to the instance for read only access. This is only available if enable_readable_secondaries is true
    ReadWriteDns string
    (string) - The DNS endpoint to connect to the instance for read+write access
    State string
    (string) - The current state of the instance. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    Uid string
    (string) - Id of the ref database instance
    Capacity string
    (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    EnableReadableSecondaries bool
    (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
    NodeCount int
    (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to 1 primary and 0 secondaries
    ParentInstanceRef GetDatabaseInstancesDatabaseInstanceParentInstanceRef
    (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is child instance. Input: For specifying the parent instance to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    RetentionWindowInDays int
    (integer) - The retention window for the instance. This is the time window in days for which the historical data is retained. The default value is 7 days. Valid values are 2 to 35 days
    Stopped bool
    (boolean) - Whether the instance is stopped
    ChildInstanceRefs []GetDatabaseInstancesDatabaseInstanceChildInstanceRef
    (list of DatabaseInstanceRef) - The refs of the child instances. This is only available if the instance is parent instance
    CreationTime string
    (string) - The timestamp when the instance was created
    Creator string
    (string) - The email of the creator of the instance
    EffectiveEnableReadableSecondaries bool
    (boolean) - xref AIP-129. enable_readable_secondaries is owned by the client, while effective_enable_readable_secondaries is owned by the server. enable_readable_secondaries will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_enable_readable_secondaries on the other hand will always bet set in all response messages (Create/Update/Get/List)
    EffectiveNodeCount int
    (integer) - xref AIP-129. node_count is owned by the client, while effective_node_count is owned by the server. node_count will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_node_count on the other hand will always bet set in all response messages (Create/Update/Get/List)
    EffectiveRetentionWindowInDays int
    (integer) - xref AIP-129. retention_window_in_days is owned by the client, while effective_retention_window_in_days is owned by the server. retention_window_in_days will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_retention_window_in_days on the other hand will always bet set in all response messages (Create/Update/Get/List)
    EffectiveStopped bool
    (boolean) - xref AIP-129. stopped is owned by the client, while effective_stopped is owned by the server. stopped will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_stopped on the other hand will always bet set in all response messages (Create/Update/Get/List)
    Name string
    (string) - Name of the ref database instance
    PgVersion string
    (string) - The version of Postgres running on the instance
    ReadOnlyDns string
    (string) - The DNS endpoint to connect to the instance for read only access. This is only available if enable_readable_secondaries is true
    ReadWriteDns string
    (string) - The DNS endpoint to connect to the instance for read+write access
    State string
    (string) - The current state of the instance. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    Uid string
    (string) - Id of the ref database instance
    Capacity string
    (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    EnableReadableSecondaries bool
    (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
    NodeCount int
    (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to 1 primary and 0 secondaries
    ParentInstanceRef GetDatabaseInstancesDatabaseInstanceParentInstanceRef
    (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is child instance. Input: For specifying the parent instance to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    RetentionWindowInDays int
    (integer) - The retention window for the instance. This is the time window in days for which the historical data is retained. The default value is 7 days. Valid values are 2 to 35 days
    Stopped bool
    (boolean) - Whether the instance is stopped
    childInstanceRefs List<GetDatabaseInstancesDatabaseInstanceChildInstanceRef>
    (list of DatabaseInstanceRef) - The refs of the child instances. This is only available if the instance is parent instance
    creationTime String
    (string) - The timestamp when the instance was created
    creator String
    (string) - The email of the creator of the instance
    effectiveEnableReadableSecondaries Boolean
    (boolean) - xref AIP-129. enable_readable_secondaries is owned by the client, while effective_enable_readable_secondaries is owned by the server. enable_readable_secondaries will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_enable_readable_secondaries on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effectiveNodeCount Integer
    (integer) - xref AIP-129. node_count is owned by the client, while effective_node_count is owned by the server. node_count will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_node_count on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effectiveRetentionWindowInDays Integer
    (integer) - xref AIP-129. retention_window_in_days is owned by the client, while effective_retention_window_in_days is owned by the server. retention_window_in_days will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_retention_window_in_days on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effectiveStopped Boolean
    (boolean) - xref AIP-129. stopped is owned by the client, while effective_stopped is owned by the server. stopped will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_stopped on the other hand will always bet set in all response messages (Create/Update/Get/List)
    name String
    (string) - Name of the ref database instance
    pgVersion String
    (string) - The version of Postgres running on the instance
    readOnlyDns String
    (string) - The DNS endpoint to connect to the instance for read only access. This is only available if enable_readable_secondaries is true
    readWriteDns String
    (string) - The DNS endpoint to connect to the instance for read+write access
    state String
    (string) - The current state of the instance. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    uid String
    (string) - Id of the ref database instance
    capacity String
    (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    enableReadableSecondaries Boolean
    (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
    nodeCount Integer
    (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to 1 primary and 0 secondaries
    parentInstanceRef GetDatabaseInstancesDatabaseInstanceParentInstanceRef
    (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is child instance. Input: For specifying the parent instance to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    retentionWindowInDays Integer
    (integer) - The retention window for the instance. This is the time window in days for which the historical data is retained. The default value is 7 days. Valid values are 2 to 35 days
    stopped Boolean
    (boolean) - Whether the instance is stopped
    childInstanceRefs GetDatabaseInstancesDatabaseInstanceChildInstanceRef[]
    (list of DatabaseInstanceRef) - The refs of the child instances. This is only available if the instance is parent instance
    creationTime string
    (string) - The timestamp when the instance was created
    creator string
    (string) - The email of the creator of the instance
    effectiveEnableReadableSecondaries boolean
    (boolean) - xref AIP-129. enable_readable_secondaries is owned by the client, while effective_enable_readable_secondaries is owned by the server. enable_readable_secondaries will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_enable_readable_secondaries on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effectiveNodeCount number
    (integer) - xref AIP-129. node_count is owned by the client, while effective_node_count is owned by the server. node_count will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_node_count on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effectiveRetentionWindowInDays number
    (integer) - xref AIP-129. retention_window_in_days is owned by the client, while effective_retention_window_in_days is owned by the server. retention_window_in_days will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_retention_window_in_days on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effectiveStopped boolean
    (boolean) - xref AIP-129. stopped is owned by the client, while effective_stopped is owned by the server. stopped will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_stopped on the other hand will always bet set in all response messages (Create/Update/Get/List)
    name string
    (string) - Name of the ref database instance
    pgVersion string
    (string) - The version of Postgres running on the instance
    readOnlyDns string
    (string) - The DNS endpoint to connect to the instance for read only access. This is only available if enable_readable_secondaries is true
    readWriteDns string
    (string) - The DNS endpoint to connect to the instance for read+write access
    state string
    (string) - The current state of the instance. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    uid string
    (string) - Id of the ref database instance
    capacity string
    (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    enableReadableSecondaries boolean
    (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
    nodeCount number
    (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to 1 primary and 0 secondaries
    parentInstanceRef GetDatabaseInstancesDatabaseInstanceParentInstanceRef
    (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is child instance. Input: For specifying the parent instance to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    retentionWindowInDays number
    (integer) - The retention window for the instance. This is the time window in days for which the historical data is retained. The default value is 7 days. Valid values are 2 to 35 days
    stopped boolean
    (boolean) - Whether the instance is stopped
    child_instance_refs Sequence[GetDatabaseInstancesDatabaseInstanceChildInstanceRef]
    (list of DatabaseInstanceRef) - The refs of the child instances. This is only available if the instance is parent instance
    creation_time str
    (string) - The timestamp when the instance was created
    creator str
    (string) - The email of the creator of the instance
    effective_enable_readable_secondaries bool
    (boolean) - xref AIP-129. enable_readable_secondaries is owned by the client, while effective_enable_readable_secondaries is owned by the server. enable_readable_secondaries will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_enable_readable_secondaries on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effective_node_count int
    (integer) - xref AIP-129. node_count is owned by the client, while effective_node_count is owned by the server. node_count will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_node_count on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effective_retention_window_in_days int
    (integer) - xref AIP-129. retention_window_in_days is owned by the client, while effective_retention_window_in_days is owned by the server. retention_window_in_days will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_retention_window_in_days on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effective_stopped bool
    (boolean) - xref AIP-129. stopped is owned by the client, while effective_stopped is owned by the server. stopped will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_stopped on the other hand will always bet set in all response messages (Create/Update/Get/List)
    name str
    (string) - Name of the ref database instance
    pg_version str
    (string) - The version of Postgres running on the instance
    read_only_dns str
    (string) - The DNS endpoint to connect to the instance for read only access. This is only available if enable_readable_secondaries is true
    read_write_dns str
    (string) - The DNS endpoint to connect to the instance for read+write access
    state str
    (string) - The current state of the instance. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    uid str
    (string) - Id of the ref database instance
    capacity str
    (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    enable_readable_secondaries bool
    (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
    node_count int
    (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to 1 primary and 0 secondaries
    parent_instance_ref GetDatabaseInstancesDatabaseInstanceParentInstanceRef
    (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is child instance. Input: For specifying the parent instance to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    retention_window_in_days int
    (integer) - The retention window for the instance. This is the time window in days for which the historical data is retained. The default value is 7 days. Valid values are 2 to 35 days
    stopped bool
    (boolean) - Whether the instance is stopped
    childInstanceRefs List<Property Map>
    (list of DatabaseInstanceRef) - The refs of the child instances. This is only available if the instance is parent instance
    creationTime String
    (string) - The timestamp when the instance was created
    creator String
    (string) - The email of the creator of the instance
    effectiveEnableReadableSecondaries Boolean
    (boolean) - xref AIP-129. enable_readable_secondaries is owned by the client, while effective_enable_readable_secondaries is owned by the server. enable_readable_secondaries will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_enable_readable_secondaries on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effectiveNodeCount Number
    (integer) - xref AIP-129. node_count is owned by the client, while effective_node_count is owned by the server. node_count will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_node_count on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effectiveRetentionWindowInDays Number
    (integer) - xref AIP-129. retention_window_in_days is owned by the client, while effective_retention_window_in_days is owned by the server. retention_window_in_days will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_retention_window_in_days on the other hand will always bet set in all response messages (Create/Update/Get/List)
    effectiveStopped Boolean
    (boolean) - xref AIP-129. stopped is owned by the client, while effective_stopped is owned by the server. stopped will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_stopped on the other hand will always bet set in all response messages (Create/Update/Get/List)
    name String
    (string) - Name of the ref database instance
    pgVersion String
    (string) - The version of Postgres running on the instance
    readOnlyDns String
    (string) - The DNS endpoint to connect to the instance for read only access. This is only available if enable_readable_secondaries is true
    readWriteDns String
    (string) - The DNS endpoint to connect to the instance for read+write access
    state String
    (string) - The current state of the instance. Possible values are: AVAILABLE, DELETING, FAILING_OVER, STARTING, STOPPED, UPDATING
    uid String
    (string) - Id of the ref database instance
    capacity String
    (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
    enableReadableSecondaries Boolean
    (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
    nodeCount Number
    (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to 1 primary and 0 secondaries
    parentInstanceRef Property Map
    (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is child instance. Input: For specifying the parent instance to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    retentionWindowInDays Number
    (integer) - The retention window for the instance. This is the time window in days for which the historical data is retained. The default value is 7 days. Valid values are 2 to 35 days
    stopped Boolean
    (boolean) - Whether the instance is stopped

    GetDatabaseInstancesDatabaseInstanceChildInstanceRef

    EffectiveLsn string
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    Uid string
    (string) - Id of the ref database instance
    BranchTime string
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    Lsn string
    (string) - User-specified WAL LSN of the ref database instance.
    Name string
    (string) - Name of the ref database instance
    EffectiveLsn string
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    Uid string
    (string) - Id of the ref database instance
    BranchTime string
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    Lsn string
    (string) - User-specified WAL LSN of the ref database instance.
    Name string
    (string) - Name of the ref database instance
    effectiveLsn String
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    uid String
    (string) - Id of the ref database instance
    branchTime String
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    lsn String
    (string) - User-specified WAL LSN of the ref database instance.
    name String
    (string) - Name of the ref database instance
    effectiveLsn string
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    uid string
    (string) - Id of the ref database instance
    branchTime string
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    lsn string
    (string) - User-specified WAL LSN of the ref database instance.
    name string
    (string) - Name of the ref database instance
    effective_lsn str
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    uid str
    (string) - Id of the ref database instance
    branch_time str
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    lsn str
    (string) - User-specified WAL LSN of the ref database instance.
    name str
    (string) - Name of the ref database instance
    effectiveLsn String
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    uid String
    (string) - Id of the ref database instance
    branchTime String
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    lsn String
    (string) - User-specified WAL LSN of the ref database instance.
    name String
    (string) - Name of the ref database instance

    GetDatabaseInstancesDatabaseInstanceParentInstanceRef

    EffectiveLsn string
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    Uid string
    (string) - Id of the ref database instance
    BranchTime string
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    Lsn string
    (string) - User-specified WAL LSN of the ref database instance.
    Name string
    (string) - Name of the ref database instance
    EffectiveLsn string
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    Uid string
    (string) - Id of the ref database instance
    BranchTime string
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    Lsn string
    (string) - User-specified WAL LSN of the ref database instance.
    Name string
    (string) - Name of the ref database instance
    effectiveLsn String
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    uid String
    (string) - Id of the ref database instance
    branchTime String
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    lsn String
    (string) - User-specified WAL LSN of the ref database instance.
    name String
    (string) - Name of the ref database instance
    effectiveLsn string
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    uid string
    (string) - Id of the ref database instance
    branchTime string
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    lsn string
    (string) - User-specified WAL LSN of the ref database instance.
    name string
    (string) - Name of the ref database instance
    effective_lsn str
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    uid str
    (string) - Id of the ref database instance
    branch_time str
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    lsn str
    (string) - User-specified WAL LSN of the ref database instance.
    name str
    (string) - Name of the ref database instance
    effectiveLsn String
    (string) - xref AIP-129. lsn is owned by the client, while effective_lsn is owned by the server. lsn will only be set in Create/Update response messages if and only if the user provides the field via the request. effective_lsn on the other hand will always bet set in all response messages (Create/Update/Get/List). For a parent ref instance, this is the LSN on the parent instance from which the instance was created. For a child ref instance, this is the LSN on the instance from which the child instance was created
    uid String
    (string) - Id of the ref database instance
    branchTime String
    (string) - Branch time of the ref database instance. For a parent ref instance, this is the point in time on the parent instance from which the instance was created. For a child ref instance, this is the point in time on the instance from which the child instance was created. Input: For specifying the point in time to create a child instance. Optional. Output: Only populated if provided as input to create a child instance
    lsn String
    (string) - User-specified WAL LSN of the ref database instance.
    name String
    (string) - Name of the ref database instance

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi