1. Packages
  2. Databricks Provider
  3. API Docs
  4. Provider
Databricks v1.78.0 published on Friday, Nov 7, 2025 by Pulumi

databricks.Provider

Start a Neo task
Explain and create a databricks.Provider resource
databricks logo
Databricks v1.78.0 published on Friday, Nov 7, 2025 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,
                 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,
                 experimental_is_unified_host: Optional[bool] = 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,
                 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.
    
    

    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 Boolean
    azureWorkspaceResourceId String
    clientId String
    clientSecret String
    clusterId String
    configFile String
    databricksCliPath String
    databricksIdTokenFilepath String
    debugHeaders Boolean
    debugTruncateBytes Integer
    experimentalIsUnifiedHost Boolean
    googleCredentials String
    googleServiceAccount String
    host String
    httpTimeoutSeconds Integer
    metadataServiceUrl String
    oauthCallbackPort Integer
    oidcTokenEnv String
    password String
    profile String
    rateLimit Integer
    retryTimeoutSeconds Integer
    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
    clusterId string
    configFile string
    databricksCliPath string
    databricksIdTokenFilepath string
    debugHeaders boolean
    debugTruncateBytes number
    experimentalIsUnifiedHost boolean
    googleCredentials string
    googleServiceAccount string
    host string
    httpTimeoutSeconds number
    metadataServiceUrl string
    oauthCallbackPort number
    oidcTokenEnv string
    password string
    profile string
    rateLimit number
    retryTimeoutSeconds number
    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
    clusterId String
    configFile String
    databricksCliPath String
    databricksIdTokenFilepath String
    debugHeaders Boolean
    debugTruncateBytes Number
    experimentalIsUnifiedHost Boolean
    googleCredentials String
    googleServiceAccount String
    host String
    httpTimeoutSeconds Number
    metadataServiceUrl String
    oauthCallbackPort Number
    oidcTokenEnv String
    password String
    profile String
    rateLimit Number
    retryTimeoutSeconds Number
    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 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<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
    Databricks v1.78.0 published on Friday, Nov 7, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate