Viewing docs for Databricks v1.99.0
published on Wednesday, Jul 8, 2026 by Pulumi
published on Wednesday, Jul 8, 2026 by Pulumi
Viewing docs for Databricks v1.99.0
published on Wednesday, Jul 8, 2026 by Pulumi
published on Wednesday, Jul 8, 2026 by Pulumi
This data source retrieves the Data API configuration for a single Lakebase database, including the public Data API URL.
Example Usage
Retrieve the Data API for a Database
import * as pulumi from "@pulumi/pulumi";
import * as databricks from "@pulumi/databricks";
const app = databricks.getPostgresDataApi({
name: "projects/my-project/branches/main/databases/app/data-api",
});
export const dataApiUrl = app.then(app => app.status?.url);
export const availableSchemas = app.then(app => app.status?.availableSchemas);
import pulumi
import pulumi_databricks as databricks
app = databricks.get_postgres_data_api(name="projects/my-project/branches/main/databases/app/data-api")
pulumi.export("dataApiUrl", app.status.url)
pulumi.export("availableSchemas", app.status.available_schemas)
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 {
app, err := databricks.GetPostgresDataApi(ctx, &databricks.LookupPostgresDataApiArgs{
Name: "projects/my-project/branches/main/databases/app/data-api",
}, nil)
if err != nil {
return err
}
ctx.Export("dataApiUrl", app.Status.Url)
ctx.Export("availableSchemas", app.Status.AvailableSchemas)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Databricks = Pulumi.Databricks;
return await Deployment.RunAsync(() =>
{
var app = Databricks.GetPostgresDataApi.Invoke(new()
{
Name = "projects/my-project/branches/main/databases/app/data-api",
});
return new Dictionary<string, object?>
{
["dataApiUrl"] = app.Apply(getPostgresDataApiResult => getPostgresDataApiResult.Status?.Url),
["availableSchemas"] = app.Apply(getPostgresDataApiResult => getPostgresDataApiResult.Status?.AvailableSchemas),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.databricks.DatabricksFunctions;
import com.pulumi.databricks.inputs.GetPostgresDataApiArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 app = DatabricksFunctions.getPostgresDataApi(GetPostgresDataApiArgs.builder()
.name("projects/my-project/branches/main/databases/app/data-api")
.build());
ctx.export("dataApiUrl", app.status().url());
ctx.export("availableSchemas", app.status().availableSchemas());
}
}
variables:
app:
fn::invoke:
function: databricks:getPostgresDataApi
arguments:
name: projects/my-project/branches/main/databases/app/data-api
outputs:
dataApiUrl: ${app.status.url}
availableSchemas: ${app.status.availableSchemas}
pulumi {
required_providers {
databricks = {
source = "pulumi/databricks"
}
}
}
data "databricks_getpostgresdataapi" "app" {
name = "projects/my-project/branches/main/databases/app/data-api"
}
output "dataApiUrl" {
value = data.databricks_getpostgresdataapi.app.status.url
}
output "availableSchemas" {
value = data.databricks_getpostgresdataapi.app.status.available_schemas
}
Using getPostgresDataApi
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 getPostgresDataApi(args: GetPostgresDataApiArgs, opts?: InvokeOptions): Promise<GetPostgresDataApiResult>
function getPostgresDataApiOutput(args: GetPostgresDataApiOutputArgs, opts?: InvokeOptions): Output<GetPostgresDataApiResult>def get_postgres_data_api(name: Optional[str] = None,
provider_config: Optional[GetPostgresDataApiProviderConfig] = None,
opts: Optional[InvokeOptions] = None) -> GetPostgresDataApiResult
def get_postgres_data_api_output(name: pulumi.Input[Optional[str]] = None,
provider_config: pulumi.Input[Optional[GetPostgresDataApiProviderConfigArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPostgresDataApiResult]func LookupPostgresDataApi(ctx *Context, args *LookupPostgresDataApiArgs, opts ...InvokeOption) (*LookupPostgresDataApiResult, error)
func LookupPostgresDataApiOutput(ctx *Context, args *LookupPostgresDataApiOutputArgs, opts ...InvokeOption) LookupPostgresDataApiResultOutput> Note: This function is named LookupPostgresDataApi in the Go SDK.
public static class GetPostgresDataApi
{
public static Task<GetPostgresDataApiResult> InvokeAsync(GetPostgresDataApiArgs args, InvokeOptions? opts = null)
public static Output<GetPostgresDataApiResult> Invoke(GetPostgresDataApiInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPostgresDataApiResult> getPostgresDataApi(GetPostgresDataApiArgs args, InvokeOptions options)
public static Output<GetPostgresDataApiResult> getPostgresDataApi(GetPostgresDataApiArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getPostgresDataApi:getPostgresDataApi
arguments:
# arguments dictionarydata "databricks_getpostgresdataapi" "name" {
# arguments
}The following arguments are supported:
- Name string
- Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- Provider
Config GetPostgres Data Api Provider Config - Configure the provider for management through account provider.
- Name string
- Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- Provider
Config GetPostgres Data Api Provider Config - Configure the provider for management through account provider.
- name string
- Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- provider_
config object - Configure the provider for management through account provider.
- name String
- Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- provider
Config GetPostgres Data Api Provider Config - Configure the provider for management through account provider.
- name string
- Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- provider
Config GetPostgres Data Api Provider Config - Configure the provider for management through account provider.
- name str
- Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- provider_
config GetPostgres Data Api Provider Config - Configure the provider for management through account provider.
- name String
- Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- provider
Config Property Map - Configure the provider for management through account provider.
getPostgresDataApi Result
The following output properties are available:
- Create
Time string - (string) - A timestamp indicating when the Data API was first enabled
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- (string) - Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- Parent string
- (string) - The database containing this Data API configuration. Format: projects/{project_id}/branches/{branch_id}/databases/{database_id}
- Spec
Get
Postgres Data Api Spec - (DataApiDataApiSpec) - The desired Data API configuration
- Status
Get
Postgres Data Api Status - (DataApiDataApiStatus) - The observed Data API state (read-only)
- Update
Time string - (string) - A timestamp indicating when the Data API configuration was last updated
- Provider
Config GetPostgres Data Api Provider Config
- Create
Time string - (string) - A timestamp indicating when the Data API was first enabled
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- (string) - Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- Parent string
- (string) - The database containing this Data API configuration. Format: projects/{project_id}/branches/{branch_id}/databases/{database_id}
- Spec
Get
Postgres Data Api Spec - (DataApiDataApiSpec) - The desired Data API configuration
- Status
Get
Postgres Data Api Status - (DataApiDataApiStatus) - The observed Data API state (read-only)
- Update
Time string - (string) - A timestamp indicating when the Data API configuration was last updated
- Provider
Config GetPostgres Data Api Provider Config
- create_
time string - (string) - A timestamp indicating when the Data API was first enabled
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- (string) - Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- parent string
- (string) - The database containing this Data API configuration. Format: projects/{project_id}/branches/{branch_id}/databases/{database_id}
- spec object
- (DataApiDataApiSpec) - The desired Data API configuration
- status object
- (DataApiDataApiStatus) - The observed Data API state (read-only)
- update_
time string - (string) - A timestamp indicating when the Data API configuration was last updated
- provider_
config object
- create
Time String - (string) - A timestamp indicating when the Data API was first enabled
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- (string) - Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- parent String
- (string) - The database containing this Data API configuration. Format: projects/{project_id}/branches/{branch_id}/databases/{database_id}
- spec
Get
Postgres Data Api Spec - (DataApiDataApiSpec) - The desired Data API configuration
- status
Get
Postgres Data Api Status - (DataApiDataApiStatus) - The observed Data API state (read-only)
- update
Time String - (string) - A timestamp indicating when the Data API configuration was last updated
- provider
Config GetPostgres Data Api Provider Config
- create
Time string - (string) - A timestamp indicating when the Data API was first enabled
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- (string) - Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- parent string
- (string) - The database containing this Data API configuration. Format: projects/{project_id}/branches/{branch_id}/databases/{database_id}
- spec
Get
Postgres Data Api Spec - (DataApiDataApiSpec) - The desired Data API configuration
- status
Get
Postgres Data Api Status - (DataApiDataApiStatus) - The observed Data API state (read-only)
- update
Time string - (string) - A timestamp indicating when the Data API configuration was last updated
- provider
Config GetPostgres Data Api Provider Config
- create_
time str - (string) - A timestamp indicating when the Data API was first enabled
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- (string) - Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- parent str
- (string) - The database containing this Data API configuration. Format: projects/{project_id}/branches/{branch_id}/databases/{database_id}
- spec
Get
Postgres Data Api Spec - (DataApiDataApiSpec) - The desired Data API configuration
- status
Get
Postgres Data Api Status - (DataApiDataApiStatus) - The observed Data API state (read-only)
- update_
time str - (string) - A timestamp indicating when the Data API configuration was last updated
- provider_
config GetPostgres Data Api Provider Config
- create
Time String - (string) - A timestamp indicating when the Data API was first enabled
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- (string) - Resource name: projects/{project_id}/branches/{branch_id}/databases/{database_id}/data-api
- parent String
- (string) - The database containing this Data API configuration. Format: projects/{project_id}/branches/{branch_id}/databases/{database_id}
- spec Property Map
- (DataApiDataApiSpec) - The desired Data API configuration
- status Property Map
- (DataApiDataApiStatus) - The observed Data API state (read-only)
- update
Time String - (string) - A timestamp indicating when the Data API configuration was last updated
- provider
Config Property Map
Supporting Types
GetPostgresDataApiProviderConfig
- Workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- Workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace_
id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id String - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace_
id str - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id String - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
GetPostgresDataApiSpec
- Db
Aggregates boolEnabled - (boolean) - Actual aggregate function setting read from the database
- Db
Extra List<string>Search Paths - (list of string) - Actual extra search path schemas read from the database
- Db
Max intRows - (integer) - Actual max rows setting read from the database
- Db
Schemas List<string> - (list of string) - Actual exposed schemas read from the database
- Jwt
Cache stringMax Lifetime - (string) - Actual JWT cache max lifetime read from the database
- Jwt
Role stringClaim Key - (string) - Actual JWT role claim key read from the database
- Openapi
Mode string - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - Server
Cors List<string>Allowed Origins - (list of string) - Actual CORS allowed origins read from the database
- Server
Timing boolEnabled - (boolean) - Actual Server-Timing header setting read from the database
- Db
Aggregates boolEnabled - (boolean) - Actual aggregate function setting read from the database
- Db
Extra []stringSearch Paths - (list of string) - Actual extra search path schemas read from the database
- Db
Max intRows - (integer) - Actual max rows setting read from the database
- Db
Schemas []string - (list of string) - Actual exposed schemas read from the database
- Jwt
Cache stringMax Lifetime - (string) - Actual JWT cache max lifetime read from the database
- Jwt
Role stringClaim Key - (string) - Actual JWT role claim key read from the database
- Openapi
Mode string - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - Server
Cors []stringAllowed Origins - (list of string) - Actual CORS allowed origins read from the database
- Server
Timing boolEnabled - (boolean) - Actual Server-Timing header setting read from the database
- db_
aggregates_ boolenabled - (boolean) - Actual aggregate function setting read from the database
- db_
extra_ list(string)search_ paths - (list of string) - Actual extra search path schemas read from the database
- db_
max_ numberrows - (integer) - Actual max rows setting read from the database
- db_
schemas list(string) - (list of string) - Actual exposed schemas read from the database
- jwt_
cache_ stringmax_ lifetime - (string) - Actual JWT cache max lifetime read from the database
- jwt_
role_ stringclaim_ key - (string) - Actual JWT role claim key read from the database
- openapi_
mode string - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - server_
cors_ list(string)allowed_ origins - (list of string) - Actual CORS allowed origins read from the database
- server_
timing_ boolenabled - (boolean) - Actual Server-Timing header setting read from the database
- db
Aggregates BooleanEnabled - (boolean) - Actual aggregate function setting read from the database
- db
Extra List<String>Search Paths - (list of string) - Actual extra search path schemas read from the database
- db
Max IntegerRows - (integer) - Actual max rows setting read from the database
- db
Schemas List<String> - (list of string) - Actual exposed schemas read from the database
- jwt
Cache StringMax Lifetime - (string) - Actual JWT cache max lifetime read from the database
- jwt
Role StringClaim Key - (string) - Actual JWT role claim key read from the database
- openapi
Mode String - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - server
Cors List<String>Allowed Origins - (list of string) - Actual CORS allowed origins read from the database
- server
Timing BooleanEnabled - (boolean) - Actual Server-Timing header setting read from the database
- db
Aggregates booleanEnabled - (boolean) - Actual aggregate function setting read from the database
- db
Extra string[]Search Paths - (list of string) - Actual extra search path schemas read from the database
- db
Max numberRows - (integer) - Actual max rows setting read from the database
- db
Schemas string[] - (list of string) - Actual exposed schemas read from the database
- jwt
Cache stringMax Lifetime - (string) - Actual JWT cache max lifetime read from the database
- jwt
Role stringClaim Key - (string) - Actual JWT role claim key read from the database
- openapi
Mode string - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - server
Cors string[]Allowed Origins - (list of string) - Actual CORS allowed origins read from the database
- server
Timing booleanEnabled - (boolean) - Actual Server-Timing header setting read from the database
- db_
aggregates_ boolenabled - (boolean) - Actual aggregate function setting read from the database
- db_
extra_ Sequence[str]search_ paths - (list of string) - Actual extra search path schemas read from the database
- db_
max_ introws - (integer) - Actual max rows setting read from the database
- db_
schemas Sequence[str] - (list of string) - Actual exposed schemas read from the database
- jwt_
cache_ strmax_ lifetime - (string) - Actual JWT cache max lifetime read from the database
- jwt_
role_ strclaim_ key - (string) - Actual JWT role claim key read from the database
- openapi_
mode str - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - server_
cors_ Sequence[str]allowed_ origins - (list of string) - Actual CORS allowed origins read from the database
- server_
timing_ boolenabled - (boolean) - Actual Server-Timing header setting read from the database
- db
Aggregates BooleanEnabled - (boolean) - Actual aggregate function setting read from the database
- db
Extra List<String>Search Paths - (list of string) - Actual extra search path schemas read from the database
- db
Max NumberRows - (integer) - Actual max rows setting read from the database
- db
Schemas List<String> - (list of string) - Actual exposed schemas read from the database
- jwt
Cache StringMax Lifetime - (string) - Actual JWT cache max lifetime read from the database
- jwt
Role StringClaim Key - (string) - Actual JWT role claim key read from the database
- openapi
Mode String - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - server
Cors List<String>Allowed Origins - (list of string) - Actual CORS allowed origins read from the database
- server
Timing BooleanEnabled - (boolean) - Actual Server-Timing header setting read from the database
GetPostgresDataApiStatus
- Available
Schemas List<string> - (list of string) - Schemas available in the database (for reference when configuring db_schemas)
- Db
Aggregates boolEnabled - (boolean) - Actual aggregate function setting read from the database
- Db
Extra List<string>Search Paths - (list of string) - Actual extra search path schemas read from the database
- Db
Max intRows - (integer) - Actual max rows setting read from the database
- Db
Schemas List<string> - (list of string) - Actual exposed schemas read from the database
- Jwt
Cache stringMax Lifetime - (string) - Actual JWT cache max lifetime read from the database
- Jwt
Role stringClaim Key - (string) - Actual JWT role claim key read from the database
- Openapi
Mode string - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - Server
Cors List<string>Allowed Origins - (list of string) - Actual CORS allowed origins read from the database
- Server
Timing boolEnabled - (boolean) - Actual Server-Timing header setting read from the database
- Url string
- (string) - Data API endpoint URL
- Available
Schemas []string - (list of string) - Schemas available in the database (for reference when configuring db_schemas)
- Db
Aggregates boolEnabled - (boolean) - Actual aggregate function setting read from the database
- Db
Extra []stringSearch Paths - (list of string) - Actual extra search path schemas read from the database
- Db
Max intRows - (integer) - Actual max rows setting read from the database
- Db
Schemas []string - (list of string) - Actual exposed schemas read from the database
- Jwt
Cache stringMax Lifetime - (string) - Actual JWT cache max lifetime read from the database
- Jwt
Role stringClaim Key - (string) - Actual JWT role claim key read from the database
- Openapi
Mode string - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - Server
Cors []stringAllowed Origins - (list of string) - Actual CORS allowed origins read from the database
- Server
Timing boolEnabled - (boolean) - Actual Server-Timing header setting read from the database
- Url string
- (string) - Data API endpoint URL
- available_
schemas list(string) - (list of string) - Schemas available in the database (for reference when configuring db_schemas)
- db_
aggregates_ boolenabled - (boolean) - Actual aggregate function setting read from the database
- db_
extra_ list(string)search_ paths - (list of string) - Actual extra search path schemas read from the database
- db_
max_ numberrows - (integer) - Actual max rows setting read from the database
- db_
schemas list(string) - (list of string) - Actual exposed schemas read from the database
- jwt_
cache_ stringmax_ lifetime - (string) - Actual JWT cache max lifetime read from the database
- jwt_
role_ stringclaim_ key - (string) - Actual JWT role claim key read from the database
- openapi_
mode string - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - server_
cors_ list(string)allowed_ origins - (list of string) - Actual CORS allowed origins read from the database
- server_
timing_ boolenabled - (boolean) - Actual Server-Timing header setting read from the database
- url string
- (string) - Data API endpoint URL
- available
Schemas List<String> - (list of string) - Schemas available in the database (for reference when configuring db_schemas)
- db
Aggregates BooleanEnabled - (boolean) - Actual aggregate function setting read from the database
- db
Extra List<String>Search Paths - (list of string) - Actual extra search path schemas read from the database
- db
Max IntegerRows - (integer) - Actual max rows setting read from the database
- db
Schemas List<String> - (list of string) - Actual exposed schemas read from the database
- jwt
Cache StringMax Lifetime - (string) - Actual JWT cache max lifetime read from the database
- jwt
Role StringClaim Key - (string) - Actual JWT role claim key read from the database
- openapi
Mode String - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - server
Cors List<String>Allowed Origins - (list of string) - Actual CORS allowed origins read from the database
- server
Timing BooleanEnabled - (boolean) - Actual Server-Timing header setting read from the database
- url String
- (string) - Data API endpoint URL
- available
Schemas string[] - (list of string) - Schemas available in the database (for reference when configuring db_schemas)
- db
Aggregates booleanEnabled - (boolean) - Actual aggregate function setting read from the database
- db
Extra string[]Search Paths - (list of string) - Actual extra search path schemas read from the database
- db
Max numberRows - (integer) - Actual max rows setting read from the database
- db
Schemas string[] - (list of string) - Actual exposed schemas read from the database
- jwt
Cache stringMax Lifetime - (string) - Actual JWT cache max lifetime read from the database
- jwt
Role stringClaim Key - (string) - Actual JWT role claim key read from the database
- openapi
Mode string - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - server
Cors string[]Allowed Origins - (list of string) - Actual CORS allowed origins read from the database
- server
Timing booleanEnabled - (boolean) - Actual Server-Timing header setting read from the database
- url string
- (string) - Data API endpoint URL
- available_
schemas Sequence[str] - (list of string) - Schemas available in the database (for reference when configuring db_schemas)
- db_
aggregates_ boolenabled - (boolean) - Actual aggregate function setting read from the database
- db_
extra_ Sequence[str]search_ paths - (list of string) - Actual extra search path schemas read from the database
- db_
max_ introws - (integer) - Actual max rows setting read from the database
- db_
schemas Sequence[str] - (list of string) - Actual exposed schemas read from the database
- jwt_
cache_ strmax_ lifetime - (string) - Actual JWT cache max lifetime read from the database
- jwt_
role_ strclaim_ key - (string) - Actual JWT role claim key read from the database
- openapi_
mode str - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - server_
cors_ Sequence[str]allowed_ origins - (list of string) - Actual CORS allowed origins read from the database
- server_
timing_ boolenabled - (boolean) - Actual Server-Timing header setting read from the database
- url str
- (string) - Data API endpoint URL
- available
Schemas List<String> - (list of string) - Schemas available in the database (for reference when configuring db_schemas)
- db
Aggregates BooleanEnabled - (boolean) - Actual aggregate function setting read from the database
- db
Extra List<String>Search Paths - (list of string) - Actual extra search path schemas read from the database
- db
Max NumberRows - (integer) - Actual max rows setting read from the database
- db
Schemas List<String> - (list of string) - Actual exposed schemas read from the database
- jwt
Cache StringMax Lifetime - (string) - Actual JWT cache max lifetime read from the database
- jwt
Role StringClaim Key - (string) - Actual JWT role claim key read from the database
- openapi
Mode String - (string) - Actual OpenAPI mode read from the database. Possible values are:
OPEN_API_MODE_DISABLED,OPEN_API_MODE_IGNORE_PRIVILEGES - server
Cors List<String>Allowed Origins - (list of string) - Actual CORS allowed origins read from the database
- server
Timing BooleanEnabled - (boolean) - Actual Server-Timing header setting read from the database
- url String
- (string) - Data API endpoint URL
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
Viewing docs for Databricks v1.99.0
published on Wednesday, Jul 8, 2026 by Pulumi
published on Wednesday, Jul 8, 2026 by Pulumi