1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. Provider
Viewing docs for Databricks v1.92.0
published on Tuesday, May 12, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v1.92.0
published on Tuesday, May 12, 2026 by Pulumi

    The provider type for the databricks package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

    Create Provider Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
    @overload
    def Provider(resource_name: str,
                 args: Optional[ProviderArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Provider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 account_id: Optional[str] = None,
                 actions_id_token_request_token: Optional[str] = None,
                 actions_id_token_request_url: Optional[str] = None,
                 audience: Optional[str] = None,
                 auth_type: Optional[str] = None,
                 azure_client_id: Optional[str] = None,
                 azure_client_secret: Optional[str] = None,
                 azure_environment: Optional[str] = None,
                 azure_login_app_id: Optional[str] = None,
                 azure_tenant_id: Optional[str] = None,
                 azure_use_msi: Optional[bool] = None,
                 azure_workspace_resource_id: Optional[str] = None,
                 client_id: Optional[str] = None,
                 client_secret: Optional[str] = None,
                 cloud: Optional[str] = None,
                 cluster_id: Optional[str] = None,
                 config_file: Optional[str] = None,
                 databricks_cli_path: Optional[str] = None,
                 databricks_id_token_filepath: Optional[str] = None,
                 debug_headers: Optional[bool] = None,
                 debug_truncate_bytes: Optional[int] = None,
                 disable_oauth_refresh_token: Optional[bool] = None,
                 discovery_url: Optional[str] = None,
                 google_credentials: Optional[str] = None,
                 google_service_account: Optional[str] = None,
                 host: Optional[str] = None,
                 http_timeout_seconds: Optional[int] = None,
                 metadata_service_url: Optional[str] = None,
                 oauth_callback_port: Optional[int] = None,
                 oidc_token_env: Optional[str] = None,
                 password: Optional[str] = None,
                 profile: Optional[str] = None,
                 rate_limit: Optional[int] = None,
                 retry_timeout_seconds: Optional[int] = None,
                 scopes: Optional[Sequence[str]] = None,
                 serverless_compute_id: Optional[str] = None,
                 skip_verify: Optional[bool] = None,
                 token: Optional[str] = None,
                 username: Optional[str] = None,
                 warehouse_id: Optional[str] = None,
                 workspace_id: Optional[str] = None)
    func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
    public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
    public Provider(String name, ProviderArgs args)
    public Provider(String name, ProviderArgs args, CustomResourceOptions options)
    
    type: pulumi:providers:databricks
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "pulumi_databricks" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Provider Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Provider resource accepts the following input properties:

    AccountId string
    ActionsIdTokenRequestToken string
    ActionsIdTokenRequestUrl string
    Audience string
    AuthType string
    AzureClientId string
    AzureClientSecret string
    AzureEnvironment string
    AzureLoginAppId string
    AzureTenantId string
    AzureUseMsi bool
    AzureWorkspaceResourceId string
    ClientId string
    ClientSecret string
    Cloud string
    ClusterId string
    ConfigFile string
    DatabricksCliPath string
    DatabricksIdTokenFilepath string
    DebugHeaders bool
    DebugTruncateBytes int
    DisableOauthRefreshToken bool
    DiscoveryUrl string
    GoogleCredentials string
    GoogleServiceAccount string
    Host string
    HttpTimeoutSeconds int
    MetadataServiceUrl string
    OauthCallbackPort int
    OidcTokenEnv string
    Password string
    Profile string
    RateLimit int
    RetryTimeoutSeconds int
    Scopes List<string>
    ServerlessComputeId string
    SkipVerify bool
    Token string
    Username string
    WarehouseId string
    WorkspaceId string
    AccountId string
    ActionsIdTokenRequestToken string
    ActionsIdTokenRequestUrl string
    Audience string
    AuthType string
    AzureClientId string
    AzureClientSecret string
    AzureEnvironment string
    AzureLoginAppId string
    AzureTenantId string
    AzureUseMsi bool
    AzureWorkspaceResourceId string
    ClientId string
    ClientSecret string
    Cloud string
    ClusterId string
    ConfigFile string
    DatabricksCliPath string
    DatabricksIdTokenFilepath string
    DebugHeaders bool
    DebugTruncateBytes int
    DisableOauthRefreshToken bool
    DiscoveryUrl string
    GoogleCredentials string
    GoogleServiceAccount string
    Host string
    HttpTimeoutSeconds int
    MetadataServiceUrl string
    OauthCallbackPort int
    OidcTokenEnv string
    Password string
    Profile string
    RateLimit int
    RetryTimeoutSeconds int
    Scopes []string
    ServerlessComputeId string
    SkipVerify bool
    Token string
    Username string
    WarehouseId string
    WorkspaceId string
    account_id string
    actions_id_token_request_token string
    actions_id_token_request_url string
    audience string
    auth_type string
    azure_client_id string
    azure_client_secret string
    azure_environment string
    azure_login_app_id string
    azure_tenant_id string
    azure_use_msi bool
    azure_workspace_resource_id string
    client_id string
    client_secret string
    cloud string
    cluster_id string
    config_file string
    databricks_cli_path string
    databricks_id_token_filepath string
    debug_headers bool
    debug_truncate_bytes number
    disable_oauth_refresh_token bool
    discovery_url string
    google_credentials string
    google_service_account string
    host string
    http_timeout_seconds number
    metadata_service_url string
    oauth_callback_port number
    oidc_token_env string
    password string
    profile string
    rate_limit number
    retry_timeout_seconds number
    scopes list(string)
    serverless_compute_id string
    skip_verify bool
    token string
    username string
    warehouse_id string
    workspace_id string
    accountId String
    actionsIdTokenRequestToken String
    actionsIdTokenRequestUrl String
    audience String
    authType String
    azureClientId String
    azureClientSecret String
    azureEnvironment String
    azureLoginAppId String
    azureTenantId String
    azureUseMsi Boolean
    azureWorkspaceResourceId String
    clientId String
    clientSecret String
    cloud String
    clusterId String
    configFile String
    databricksCliPath String
    databricksIdTokenFilepath String
    debugHeaders Boolean
    debugTruncateBytes Integer
    disableOauthRefreshToken Boolean
    discoveryUrl String
    googleCredentials String
    googleServiceAccount String
    host String
    httpTimeoutSeconds Integer
    metadataServiceUrl String
    oauthCallbackPort Integer
    oidcTokenEnv String
    password String
    profile String
    rateLimit Integer
    retryTimeoutSeconds Integer
    scopes List<String>
    serverlessComputeId String
    skipVerify Boolean
    token String
    username String
    warehouseId String
    workspaceId String
    accountId string
    actionsIdTokenRequestToken string
    actionsIdTokenRequestUrl string
    audience string
    authType string
    azureClientId string
    azureClientSecret string
    azureEnvironment string
    azureLoginAppId string
    azureTenantId string
    azureUseMsi boolean
    azureWorkspaceResourceId string
    clientId string
    clientSecret string
    cloud string
    clusterId string
    configFile string
    databricksCliPath string
    databricksIdTokenFilepath string
    debugHeaders boolean
    debugTruncateBytes number
    disableOauthRefreshToken boolean
    discoveryUrl string
    googleCredentials string
    googleServiceAccount string
    host string
    httpTimeoutSeconds number
    metadataServiceUrl string
    oauthCallbackPort number
    oidcTokenEnv string
    password string
    profile string
    rateLimit number
    retryTimeoutSeconds number
    scopes string[]
    serverlessComputeId string
    skipVerify boolean
    token string
    username string
    warehouseId string
    workspaceId string
    accountId String
    actionsIdTokenRequestToken String
    actionsIdTokenRequestUrl String
    audience String
    authType String
    azureClientId String
    azureClientSecret String
    azureEnvironment String
    azureLoginAppId String
    azureTenantId String
    azureUseMsi Boolean
    azureWorkspaceResourceId String
    clientId String
    clientSecret String
    cloud String
    clusterId String
    configFile String
    databricksCliPath String
    databricksIdTokenFilepath String
    debugHeaders Boolean
    debugTruncateBytes Number
    disableOauthRefreshToken Boolean
    discoveryUrl String
    googleCredentials String
    googleServiceAccount String
    host String
    httpTimeoutSeconds Number
    metadataServiceUrl String
    oauthCallbackPort Number
    oidcTokenEnv String
    password String
    profile String
    rateLimit Number
    retryTimeoutSeconds Number
    scopes List<String>
    serverlessComputeId String
    skipVerify Boolean
    token String
    username String
    warehouseId String
    workspaceId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Provider resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Provider Resource Methods

    TerraformConfig Method

    This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.

    Using TerraformConfig

    terraformConfig(): Output<Provider.TerraformConfigResult>
    def terraform_config() -> Output[Provider.Terraform_configResult]
    func (r *Provider) TerraformConfig() (ProviderTerraformConfigResultOutput, error)
    public Output<Provider.TerraformConfigResult> TerraformConfig()

    TerraformConfig Result

    Result Dictionary<string, object>
    Result map[string]interface{}
    result map(any)
    result Map<String,Object>
    result {[key: string]: any}
    result Mapping[str, Any]
    result Map<Any>

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Viewing docs for Databricks v1.92.0
    published on Tuesday, May 12, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.