Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
This data source can be used to get a single Custom Template.
Example Usage
Referring to a Custom Template by name:
import * as pulumi from "@pulumi/pulumi";
import * as databricks from "@pulumi/databricks";
const myTemplate = databricks.getAppsSettingsCustomTemplate({
name: "my-custom-template",
});
import pulumi
import pulumi_databricks as databricks
my_template = databricks.get_apps_settings_custom_template(name="my-custom-template")
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 {
_, err := databricks.LookupAppsSettingsCustomTemplate(ctx, &databricks.LookupAppsSettingsCustomTemplateArgs{
Name: "my-custom-template",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Databricks = Pulumi.Databricks;
return await Deployment.RunAsync(() =>
{
var myTemplate = Databricks.GetAppsSettingsCustomTemplate.Invoke(new()
{
Name = "my-custom-template",
});
});
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.GetAppsSettingsCustomTemplateArgs;
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 myTemplate = DatabricksFunctions.getAppsSettingsCustomTemplate(GetAppsSettingsCustomTemplateArgs.builder()
.name("my-custom-template")
.build());
}
}
variables:
myTemplate:
fn::invoke:
function: databricks:getAppsSettingsCustomTemplate
arguments:
name: my-custom-template
Using getAppsSettingsCustomTemplate
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 getAppsSettingsCustomTemplate(args: GetAppsSettingsCustomTemplateArgs, opts?: InvokeOptions): Promise<GetAppsSettingsCustomTemplateResult>
function getAppsSettingsCustomTemplateOutput(args: GetAppsSettingsCustomTemplateOutputArgs, opts?: InvokeOptions): Output<GetAppsSettingsCustomTemplateResult>def get_apps_settings_custom_template(name: Optional[str] = None,
provider_config: Optional[GetAppsSettingsCustomTemplateProviderConfig] = None,
opts: Optional[InvokeOptions] = None) -> GetAppsSettingsCustomTemplateResult
def get_apps_settings_custom_template_output(name: Optional[pulumi.Input[str]] = None,
provider_config: Optional[pulumi.Input[GetAppsSettingsCustomTemplateProviderConfigArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppsSettingsCustomTemplateResult]func LookupAppsSettingsCustomTemplate(ctx *Context, args *LookupAppsSettingsCustomTemplateArgs, opts ...InvokeOption) (*LookupAppsSettingsCustomTemplateResult, error)
func LookupAppsSettingsCustomTemplateOutput(ctx *Context, args *LookupAppsSettingsCustomTemplateOutputArgs, opts ...InvokeOption) LookupAppsSettingsCustomTemplateResultOutput> Note: This function is named LookupAppsSettingsCustomTemplate in the Go SDK.
public static class GetAppsSettingsCustomTemplate
{
public static Task<GetAppsSettingsCustomTemplateResult> InvokeAsync(GetAppsSettingsCustomTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetAppsSettingsCustomTemplateResult> Invoke(GetAppsSettingsCustomTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAppsSettingsCustomTemplateResult> getAppsSettingsCustomTemplate(GetAppsSettingsCustomTemplateArgs args, InvokeOptions options)
public static Output<GetAppsSettingsCustomTemplateResult> getAppsSettingsCustomTemplate(GetAppsSettingsCustomTemplateArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getAppsSettingsCustomTemplate:getAppsSettingsCustomTemplate
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- Provider
Config GetApps Settings Custom Template Provider Config - Configure the provider for management through account provider.
- Name string
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- Provider
Config GetApps Settings Custom Template Provider Config - Configure the provider for management through account provider.
- name String
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- provider
Config GetApps Settings Custom Template Provider Config - Configure the provider for management through account provider.
- name string
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- provider
Config GetApps Settings Custom Template Provider Config - Configure the provider for management through account provider.
- name str
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- provider_
config GetApps Settings Custom Template Provider Config - Configure the provider for management through account provider.
- name String
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- provider
Config Property Map - Configure the provider for management through account provider.
getAppsSettingsCustomTemplate Result
The following output properties are available:
- Creator string
- (string)
- Description string
- (string) - Description of the App Resource
- Git
Provider string - (string) - The Git provider of the template
- Git
Repo string - (string) - The Git repository URL that the template resides in
- Id string
- The provider-assigned unique ID for this managed resource.
- Manifest
Get
Apps Settings Custom Template Manifest - (AppManifest) - The manifest of the template. It defines fields and default values when installing the template
- Name string
- (string) - Name of the App Resource
- Path string
- (string) - The path to the template within the Git repository
- Provider
Config GetApps Settings Custom Template Provider Config
- Creator string
- (string)
- Description string
- (string) - Description of the App Resource
- Git
Provider string - (string) - The Git provider of the template
- Git
Repo string - (string) - The Git repository URL that the template resides in
- Id string
- The provider-assigned unique ID for this managed resource.
- Manifest
Get
Apps Settings Custom Template Manifest - (AppManifest) - The manifest of the template. It defines fields and default values when installing the template
- Name string
- (string) - Name of the App Resource
- Path string
- (string) - The path to the template within the Git repository
- Provider
Config GetApps Settings Custom Template Provider Config
- creator String
- (string)
- description String
- (string) - Description of the App Resource
- git
Provider String - (string) - The Git provider of the template
- git
Repo String - (string) - The Git repository URL that the template resides in
- id String
- The provider-assigned unique ID for this managed resource.
- manifest
Get
Apps Settings Custom Template Manifest - (AppManifest) - The manifest of the template. It defines fields and default values when installing the template
- name String
- (string) - Name of the App Resource
- path String
- (string) - The path to the template within the Git repository
- provider
Config GetApps Settings Custom Template Provider Config
- creator string
- (string)
- description string
- (string) - Description of the App Resource
- git
Provider string - (string) - The Git provider of the template
- git
Repo string - (string) - The Git repository URL that the template resides in
- id string
- The provider-assigned unique ID for this managed resource.
- manifest
Get
Apps Settings Custom Template Manifest - (AppManifest) - The manifest of the template. It defines fields and default values when installing the template
- name string
- (string) - Name of the App Resource
- path string
- (string) - The path to the template within the Git repository
- provider
Config GetApps Settings Custom Template Provider Config
- creator str
- (string)
- description str
- (string) - Description of the App Resource
- git_
provider str - (string) - The Git provider of the template
- git_
repo str - (string) - The Git repository URL that the template resides in
- id str
- The provider-assigned unique ID for this managed resource.
- manifest
Get
Apps Settings Custom Template Manifest - (AppManifest) - The manifest of the template. It defines fields and default values when installing the template
- name str
- (string) - Name of the App Resource
- path str
- (string) - The path to the template within the Git repository
- provider_
config GetApps Settings Custom Template Provider Config
- creator String
- (string)
- description String
- (string) - Description of the App Resource
- git
Provider String - (string) - The Git provider of the template
- git
Repo String - (string) - The Git repository URL that the template resides in
- id String
- The provider-assigned unique ID for this managed resource.
- manifest Property Map
- (AppManifest) - The manifest of the template. It defines fields and default values when installing the template
- name String
- (string) - Name of the App Resource
- path String
- (string) - The path to the template within the Git repository
- provider
Config Property Map
Supporting Types
GetAppsSettingsCustomTemplateManifest
- Name string
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- Version int
- (integer) - The manifest schema version, for now only 1 is allowed
- Description string
- (string) - Description of the App Resource
- Resource
Specs List<GetApps Settings Custom Template Manifest Resource Spec> - (list of AppManifestAppResourceSpec)
- Name string
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- Version int
- (integer) - The manifest schema version, for now only 1 is allowed
- Description string
- (string) - Description of the App Resource
- Resource
Specs []GetApps Settings Custom Template Manifest Resource Spec - (list of AppManifestAppResourceSpec)
- name String
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- version Integer
- (integer) - The manifest schema version, for now only 1 is allowed
- description String
- (string) - Description of the App Resource
- resource
Specs List<GetApps Settings Custom Template Manifest Resource Spec> - (list of AppManifestAppResourceSpec)
- name string
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- version number
- (integer) - The manifest schema version, for now only 1 is allowed
- description string
- (string) - Description of the App Resource
- resource
Specs GetApps Settings Custom Template Manifest Resource Spec[] - (list of AppManifestAppResourceSpec)
- name str
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- version int
- (integer) - The manifest schema version, for now only 1 is allowed
- description str
- (string) - Description of the App Resource
- resource_
specs Sequence[GetApps Settings Custom Template Manifest Resource Spec] - (list of AppManifestAppResourceSpec)
- name String
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- version Number
- (integer) - The manifest schema version, for now only 1 is allowed
- description String
- (string) - Description of the App Resource
- resource
Specs List<Property Map> - (list of AppManifestAppResourceSpec)
GetAppsSettingsCustomTemplateManifestResourceSpec
- Name string
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- Description string
- (string) - Description of the App Resource
- Experiment
Spec GetApps Settings Custom Template Manifest Resource Spec Experiment Spec - (AppManifestAppResourceExperimentSpec)
- Job
Spec GetApps Settings Custom Template Manifest Resource Spec Job Spec - (AppManifestAppResourceJobSpec)
- Secret
Spec GetApps Settings Custom Template Manifest Resource Spec Secret Spec - (AppManifestAppResourceSecretSpec)
- Serving
Endpoint GetSpec Apps Settings Custom Template Manifest Resource Spec Serving Endpoint Spec - (AppManifestAppResourceServingEndpointSpec)
- Sql
Warehouse GetSpec Apps Settings Custom Template Manifest Resource Spec Sql Warehouse Spec - (AppManifestAppResourceSqlWarehouseSpec)
- Uc
Securable GetSpec Apps Settings Custom Template Manifest Resource Spec Uc Securable Spec - (AppManifestAppResourceUcSecurableSpec)
- Name string
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- Description string
- (string) - Description of the App Resource
- Experiment
Spec GetApps Settings Custom Template Manifest Resource Spec Experiment Spec - (AppManifestAppResourceExperimentSpec)
- Job
Spec GetApps Settings Custom Template Manifest Resource Spec Job Spec - (AppManifestAppResourceJobSpec)
- Secret
Spec GetApps Settings Custom Template Manifest Resource Spec Secret Spec - (AppManifestAppResourceSecretSpec)
- Serving
Endpoint GetSpec Apps Settings Custom Template Manifest Resource Spec Serving Endpoint Spec - (AppManifestAppResourceServingEndpointSpec)
- Sql
Warehouse GetSpec Apps Settings Custom Template Manifest Resource Spec Sql Warehouse Spec - (AppManifestAppResourceSqlWarehouseSpec)
- Uc
Securable GetSpec Apps Settings Custom Template Manifest Resource Spec Uc Securable Spec - (AppManifestAppResourceUcSecurableSpec)
- name String
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- description String
- (string) - Description of the App Resource
- experiment
Spec GetApps Settings Custom Template Manifest Resource Spec Experiment Spec - (AppManifestAppResourceExperimentSpec)
- job
Spec GetApps Settings Custom Template Manifest Resource Spec Job Spec - (AppManifestAppResourceJobSpec)
- secret
Spec GetApps Settings Custom Template Manifest Resource Spec Secret Spec - (AppManifestAppResourceSecretSpec)
- serving
Endpoint GetSpec Apps Settings Custom Template Manifest Resource Spec Serving Endpoint Spec - (AppManifestAppResourceServingEndpointSpec)
- sql
Warehouse GetSpec Apps Settings Custom Template Manifest Resource Spec Sql Warehouse Spec - (AppManifestAppResourceSqlWarehouseSpec)
- uc
Securable GetSpec Apps Settings Custom Template Manifest Resource Spec Uc Securable Spec - (AppManifestAppResourceUcSecurableSpec)
- name string
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- description string
- (string) - Description of the App Resource
- experiment
Spec GetApps Settings Custom Template Manifest Resource Spec Experiment Spec - (AppManifestAppResourceExperimentSpec)
- job
Spec GetApps Settings Custom Template Manifest Resource Spec Job Spec - (AppManifestAppResourceJobSpec)
- secret
Spec GetApps Settings Custom Template Manifest Resource Spec Secret Spec - (AppManifestAppResourceSecretSpec)
- serving
Endpoint GetSpec Apps Settings Custom Template Manifest Resource Spec Serving Endpoint Spec - (AppManifestAppResourceServingEndpointSpec)
- sql
Warehouse GetSpec Apps Settings Custom Template Manifest Resource Spec Sql Warehouse Spec - (AppManifestAppResourceSqlWarehouseSpec)
- uc
Securable GetSpec Apps Settings Custom Template Manifest Resource Spec Uc Securable Spec - (AppManifestAppResourceUcSecurableSpec)
- name str
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- description str
- (string) - Description of the App Resource
- experiment_
spec GetApps Settings Custom Template Manifest Resource Spec Experiment Spec - (AppManifestAppResourceExperimentSpec)
- job_
spec GetApps Settings Custom Template Manifest Resource Spec Job Spec - (AppManifestAppResourceJobSpec)
- secret_
spec GetApps Settings Custom Template Manifest Resource Spec Secret Spec - (AppManifestAppResourceSecretSpec)
- serving_
endpoint_ Getspec Apps Settings Custom Template Manifest Resource Spec Serving Endpoint Spec - (AppManifestAppResourceServingEndpointSpec)
- sql_
warehouse_ Getspec Apps Settings Custom Template Manifest Resource Spec Sql Warehouse Spec - (AppManifestAppResourceSqlWarehouseSpec)
- uc_
securable_ Getspec Apps Settings Custom Template Manifest Resource Spec Uc Securable Spec - (AppManifestAppResourceUcSecurableSpec)
- name String
- The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces. It must be unique within the workspace
- description String
- (string) - Description of the App Resource
- experiment
Spec Property Map - (AppManifestAppResourceExperimentSpec)
- job
Spec Property Map - (AppManifestAppResourceJobSpec)
- secret
Spec Property Map - (AppManifestAppResourceSecretSpec)
- serving
Endpoint Property MapSpec - (AppManifestAppResourceServingEndpointSpec)
- sql
Warehouse Property MapSpec - (AppManifestAppResourceSqlWarehouseSpec)
- uc
Securable Property MapSpec - (AppManifestAppResourceUcSecurableSpec)
GetAppsSettingsCustomTemplateManifestResourceSpecExperimentSpec
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission str
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
GetAppsSettingsCustomTemplateManifestResourceSpecJobSpec
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission str
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
GetAppsSettingsCustomTemplateManifestResourceSpecSecretSpec
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission str
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
GetAppsSettingsCustomTemplateManifestResourceSpecServingEndpointSpec
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission str
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
GetAppsSettingsCustomTemplateManifestResourceSpecSqlWarehouseSpec
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission str
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME
GetAppsSettingsCustomTemplateManifestResourceSpecUcSecurableSpec
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME - Securable
Type string - (string) - Possible values are:
CONNECTION,FUNCTION,TABLE,VOLUME
- Permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME - Securable
Type string - (string) - Possible values are:
CONNECTION,FUNCTION,TABLE,VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME - securable
Type String - (string) - Possible values are:
CONNECTION,FUNCTION,TABLE,VOLUME
- permission string
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME - securable
Type string - (string) - Possible values are:
CONNECTION,FUNCTION,TABLE,VOLUME
- permission str
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME - securable_
type str - (string) - Possible values are:
CONNECTION,FUNCTION,TABLE,VOLUME
- permission String
- (string) - Possible values are:
EXECUTE,MANAGE,READ_VOLUME,SELECT,USE_CONNECTION,WRITE_VOLUME - securable
Type String - (string) - Possible values are:
CONNECTION,FUNCTION,TABLE,VOLUME
GetAppsSettingsCustomTemplateProviderConfig
- 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.
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.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
