1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. getApp
Viewing docs for Databricks v1.94.0
published on Friday, May 29, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v1.94.0
published on Friday, May 29, 2026 by Pulumi

    This data source can only be used with a workspace-level provider!

    Databricks Apps run directly on a customer’s Databricks instance, integrate with their data, use and extend Databricks services, and enable users to interact through single sign-on. This resource creates the application but does not handle app deployment, which should be handled separately as part of your CI/CD pipeline.

    This data source allows you to fetch information about a Databricks App.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as databricks from "@pulumi/databricks";
    
    const _this = databricks.getApp({
        name: "my-custom-app",
    });
    
    import pulumi
    import pulumi_databricks as databricks
    
    this = databricks.get_app(name="my-custom-app")
    
    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.GetApp(ctx, &databricks.LookupAppArgs{
    			Name: "my-custom-app",
    		}, 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 @this = Databricks.GetApp.Invoke(new()
        {
            Name = "my-custom-app",
        });
    
    });
    
    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.GetAppArgs;
    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 this = DatabricksFunctions.getApp(GetAppArgs.builder()
                .name("my-custom-app")
                .build());
    
        }
    }
    
    variables:
      this:
        fn::invoke:
          function: databricks:getApp
          arguments:
            name: my-custom-app
    
    pulumi {
      required_providers {
        databricks = {
          source = "pulumi/databricks"
        }
      }
    }
    
    data "databricks_getapp" "this" {
      name = "my-custom-app"
    }
    

    The following resources are used in the same context:

    • databricks.App to manage Databricks Apps.
    • databricks.SqlEndpoint to manage Databricks SQL Endpoints.
    • databricks.ModelServing to serve this model on a Databricks serving endpoint.
    • databricks.Secret to manage secrets in Databricks workspace.
    • databricks.Job to manage Databricks Jobs to run non-interactive code.

    Using getApp

    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 getApp(args: GetAppArgs, opts?: InvokeOptions): Promise<GetAppResult>
    function getAppOutput(args: GetAppOutputArgs, opts?: InvokeOptions): Output<GetAppResult>
    def get_app(name: Optional[str] = None,
                provider_config: Optional[GetAppProviderConfig] = None,
                opts: Optional[InvokeOptions] = None) -> GetAppResult
    def get_app_output(name: pulumi.Input[Optional[str]] = None,
                provider_config: pulumi.Input[Optional[GetAppProviderConfigArgs]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetAppResult]
    func LookupApp(ctx *Context, args *LookupAppArgs, opts ...InvokeOption) (*LookupAppResult, error)
    func LookupAppOutput(ctx *Context, args *LookupAppOutputArgs, opts ...InvokeOption) LookupAppResultOutput

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

    public static class GetApp 
    {
        public static Task<GetAppResult> InvokeAsync(GetAppArgs args, InvokeOptions? opts = null)
        public static Output<GetAppResult> Invoke(GetAppInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAppResult> getApp(GetAppArgs args, InvokeOptions options)
    public static Output<GetAppResult> getApp(GetAppArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getApp:getApp
      arguments:
        # arguments dictionary
    data "databricks_getapp" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string
    The name of the app.
    ProviderConfig GetAppProviderConfig
    Name string
    The name of the app.
    ProviderConfig GetAppProviderConfig
    name string
    The name of the app.
    provider_config object
    name String
    The name of the app.
    providerConfig GetAppProviderConfig
    name string
    The name of the app.
    providerConfig GetAppProviderConfig
    name String
    The name of the app.
    providerConfig Property Map

    getApp Result

    The following output properties are available:

    App GetAppApp
    attribute - reference to another Databricks App.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the app to grant permission on.
    ProviderConfig GetAppProviderConfig
    App GetAppApp
    attribute - reference to another Databricks App.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the app to grant permission on.
    ProviderConfig GetAppProviderConfig
    app object
    attribute - reference to another Databricks App.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the app to grant permission on.
    provider_config object
    app GetAppApp
    attribute - reference to another Databricks App.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the app to grant permission on.
    providerConfig GetAppProviderConfig
    app GetAppApp
    attribute - reference to another Databricks App.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the app to grant permission on.
    providerConfig GetAppProviderConfig
    app GetAppApp
    attribute - reference to another Databricks App.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the app to grant permission on.
    provider_config GetAppProviderConfig
    app Property Map
    attribute - reference to another Databricks App.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the app to grant permission on.
    providerConfig Property Map

    Supporting Types

    GetAppApp

    ActiveDeployment GetAppAppActiveDeployment
    attribute - the active deployment of the app.
    AppStatus GetAppAppAppStatus
    attribute
    ComputeStatus GetAppAppComputeStatus
    attribute
    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DefaultSourceCodePath string
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    EffectiveBudgetPolicyId string
    The effective budget policy ID.
    EffectiveUsagePolicyId string
    The effective usage policy ID.
    EffectiveUserApiScopes List<string>
    A list of effective api scopes granted to the user access token.
    Id string
    Id of the job to grant permission on.
    Name string
    The name of the app.
    Oauth2AppClientId string
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    Oauth2AppIntegrationId string
    The unique ID of the OAuth2 integration associated with the app.
    PendingDeployment GetAppAppPendingDeployment
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    ServicePrincipalClientId string
    client_id (application_id) of the app service principal
    ServicePrincipalId int
    id of the app service principal
    ServicePrincipalName string
    name of the app service principal
    ThumbnailUrl string
    The URL of the thumbnail image for the app.
    UpdateTime string
    The update time of the deployment.
    Updater string
    The email of the user that last updated the app.
    Url string
    URL of the Git repository.
    BudgetPolicyId string
    The Budget Policy ID set for this resource.
    ComputeMaxInstances int
    ComputeMinInstances int
    ComputeSize string
    A string specifying compute size for the App.
    Description string
    The description of the resource.
    GitRepository GetAppAppGitRepository
    attribute - Git repository configuration for app deployments.
    Resources List<GetAppAppResource>
    A list of resources that the app have access to.
    Space string
    Name of the app space this app belongs to.
    TelemetryExportDestinations List<GetAppAppTelemetryExportDestination>
    A list of telemetry export destinations.
    UsagePolicyId string
    The Usage Policy ID set for this resource.
    UserApiScopes List<string>
    A list of api scopes granted to the user access token.
    ActiveDeployment GetAppAppActiveDeployment
    attribute - the active deployment of the app.
    AppStatus GetAppAppAppStatus
    attribute
    ComputeStatus GetAppAppComputeStatus
    attribute
    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DefaultSourceCodePath string
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    EffectiveBudgetPolicyId string
    The effective budget policy ID.
    EffectiveUsagePolicyId string
    The effective usage policy ID.
    EffectiveUserApiScopes []string
    A list of effective api scopes granted to the user access token.
    Id string
    Id of the job to grant permission on.
    Name string
    The name of the app.
    Oauth2AppClientId string
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    Oauth2AppIntegrationId string
    The unique ID of the OAuth2 integration associated with the app.
    PendingDeployment GetAppAppPendingDeployment
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    ServicePrincipalClientId string
    client_id (application_id) of the app service principal
    ServicePrincipalId int
    id of the app service principal
    ServicePrincipalName string
    name of the app service principal
    ThumbnailUrl string
    The URL of the thumbnail image for the app.
    UpdateTime string
    The update time of the deployment.
    Updater string
    The email of the user that last updated the app.
    Url string
    URL of the Git repository.
    BudgetPolicyId string
    The Budget Policy ID set for this resource.
    ComputeMaxInstances int
    ComputeMinInstances int
    ComputeSize string
    A string specifying compute size for the App.
    Description string
    The description of the resource.
    GitRepository GetAppAppGitRepository
    attribute - Git repository configuration for app deployments.
    Resources []GetAppAppResource
    A list of resources that the app have access to.
    Space string
    Name of the app space this app belongs to.
    TelemetryExportDestinations []GetAppAppTelemetryExportDestination
    A list of telemetry export destinations.
    UsagePolicyId string
    The Usage Policy ID set for this resource.
    UserApiScopes []string
    A list of api scopes granted to the user access token.
    active_deployment object
    attribute - the active deployment of the app.
    app_status object
    attribute
    compute_status object
    attribute
    create_time string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    default_source_code_path string
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    effective_budget_policy_id string
    The effective budget policy ID.
    effective_usage_policy_id string
    The effective usage policy ID.
    effective_user_api_scopes list(string)
    A list of effective api scopes granted to the user access token.
    id string
    Id of the job to grant permission on.
    name string
    The name of the app.
    oauth2_app_client_id string
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    oauth2_app_integration_id string
    The unique ID of the OAuth2 integration associated with the app.
    pending_deployment object
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    service_principal_client_id string
    client_id (application_id) of the app service principal
    service_principal_id number
    id of the app service principal
    service_principal_name string
    name of the app service principal
    thumbnail_url string
    The URL of the thumbnail image for the app.
    update_time string
    The update time of the deployment.
    updater string
    The email of the user that last updated the app.
    url string
    URL of the Git repository.
    budget_policy_id string
    The Budget Policy ID set for this resource.
    compute_max_instances number
    compute_min_instances number
    compute_size string
    A string specifying compute size for the App.
    description string
    The description of the resource.
    git_repository object
    attribute - Git repository configuration for app deployments.
    resources list(object)
    A list of resources that the app have access to.
    space string
    Name of the app space this app belongs to.
    telemetry_export_destinations list(object)
    A list of telemetry export destinations.
    usage_policy_id string
    The Usage Policy ID set for this resource.
    user_api_scopes list(string)
    A list of api scopes granted to the user access token.
    activeDeployment GetAppAppActiveDeployment
    attribute - the active deployment of the app.
    appStatus GetAppAppAppStatus
    attribute
    computeStatus GetAppAppComputeStatus
    attribute
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    defaultSourceCodePath String
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    effectiveBudgetPolicyId String
    The effective budget policy ID.
    effectiveUsagePolicyId String
    The effective usage policy ID.
    effectiveUserApiScopes List<String>
    A list of effective api scopes granted to the user access token.
    id String
    Id of the job to grant permission on.
    name String
    The name of the app.
    oauth2AppClientId String
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    oauth2AppIntegrationId String
    The unique ID of the OAuth2 integration associated with the app.
    pendingDeployment GetAppAppPendingDeployment
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    servicePrincipalClientId String
    client_id (application_id) of the app service principal
    servicePrincipalId Integer
    id of the app service principal
    servicePrincipalName String
    name of the app service principal
    thumbnailUrl String
    The URL of the thumbnail image for the app.
    updateTime String
    The update time of the deployment.
    updater String
    The email of the user that last updated the app.
    url String
    URL of the Git repository.
    budgetPolicyId String
    The Budget Policy ID set for this resource.
    computeMaxInstances Integer
    computeMinInstances Integer
    computeSize String
    A string specifying compute size for the App.
    description String
    The description of the resource.
    gitRepository GetAppAppGitRepository
    attribute - Git repository configuration for app deployments.
    resources List<GetAppAppResource>
    A list of resources that the app have access to.
    space String
    Name of the app space this app belongs to.
    telemetryExportDestinations List<GetAppAppTelemetryExportDestination>
    A list of telemetry export destinations.
    usagePolicyId String
    The Usage Policy ID set for this resource.
    userApiScopes List<String>
    A list of api scopes granted to the user access token.
    activeDeployment GetAppAppActiveDeployment
    attribute - the active deployment of the app.
    appStatus GetAppAppAppStatus
    attribute
    computeStatus GetAppAppComputeStatus
    attribute
    createTime string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    defaultSourceCodePath string
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    effectiveBudgetPolicyId string
    The effective budget policy ID.
    effectiveUsagePolicyId string
    The effective usage policy ID.
    effectiveUserApiScopes string[]
    A list of effective api scopes granted to the user access token.
    id string
    Id of the job to grant permission on.
    name string
    The name of the app.
    oauth2AppClientId string
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    oauth2AppIntegrationId string
    The unique ID of the OAuth2 integration associated with the app.
    pendingDeployment GetAppAppPendingDeployment
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    servicePrincipalClientId string
    client_id (application_id) of the app service principal
    servicePrincipalId number
    id of the app service principal
    servicePrincipalName string
    name of the app service principal
    thumbnailUrl string
    The URL of the thumbnail image for the app.
    updateTime string
    The update time of the deployment.
    updater string
    The email of the user that last updated the app.
    url string
    URL of the Git repository.
    budgetPolicyId string
    The Budget Policy ID set for this resource.
    computeMaxInstances number
    computeMinInstances number
    computeSize string
    A string specifying compute size for the App.
    description string
    The description of the resource.
    gitRepository GetAppAppGitRepository
    attribute - Git repository configuration for app deployments.
    resources GetAppAppResource[]
    A list of resources that the app have access to.
    space string
    Name of the app space this app belongs to.
    telemetryExportDestinations GetAppAppTelemetryExportDestination[]
    A list of telemetry export destinations.
    usagePolicyId string
    The Usage Policy ID set for this resource.
    userApiScopes string[]
    A list of api scopes granted to the user access token.
    active_deployment GetAppAppActiveDeployment
    attribute - the active deployment of the app.
    app_status GetAppAppAppStatus
    attribute
    compute_status GetAppAppComputeStatus
    attribute
    create_time str
    The creation time of the deployment.
    creator str
    The email of the user that created the deployment.
    default_source_code_path str
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    effective_budget_policy_id str
    The effective budget policy ID.
    effective_usage_policy_id str
    The effective usage policy ID.
    effective_user_api_scopes Sequence[str]
    A list of effective api scopes granted to the user access token.
    id str
    Id of the job to grant permission on.
    name str
    The name of the app.
    oauth2_app_client_id str
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    oauth2_app_integration_id str
    The unique ID of the OAuth2 integration associated with the app.
    pending_deployment GetAppAppPendingDeployment
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    service_principal_client_id str
    client_id (application_id) of the app service principal
    service_principal_id int
    id of the app service principal
    service_principal_name str
    name of the app service principal
    thumbnail_url str
    The URL of the thumbnail image for the app.
    update_time str
    The update time of the deployment.
    updater str
    The email of the user that last updated the app.
    url str
    URL of the Git repository.
    budget_policy_id str
    The Budget Policy ID set for this resource.
    compute_max_instances int
    compute_min_instances int
    compute_size str
    A string specifying compute size for the App.
    description str
    The description of the resource.
    git_repository GetAppAppGitRepository
    attribute - Git repository configuration for app deployments.
    resources Sequence[GetAppAppResource]
    A list of resources that the app have access to.
    space str
    Name of the app space this app belongs to.
    telemetry_export_destinations Sequence[GetAppAppTelemetryExportDestination]
    A list of telemetry export destinations.
    usage_policy_id str
    The Usage Policy ID set for this resource.
    user_api_scopes Sequence[str]
    A list of api scopes granted to the user access token.
    activeDeployment Property Map
    attribute - the active deployment of the app.
    appStatus Property Map
    attribute
    computeStatus Property Map
    attribute
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    defaultSourceCodePath String
    The default workspace file system path of the source code from which app deployment are created. This field tracks the workspace source code path of the last active deployment.
    effectiveBudgetPolicyId String
    The effective budget policy ID.
    effectiveUsagePolicyId String
    The effective usage policy ID.
    effectiveUserApiScopes List<String>
    A list of effective api scopes granted to the user access token.
    id String
    Id of the job to grant permission on.
    name String
    The name of the app.
    oauth2AppClientId String
    The OAuth2 client ID of the app's integration, set when the app uses user authorization.
    oauth2AppIntegrationId String
    The unique ID of the OAuth2 integration associated with the app.
    pendingDeployment Property Map
    attribute - the pending deployment of the app. Schema is identical to activeDeployment.
    servicePrincipalClientId String
    client_id (application_id) of the app service principal
    servicePrincipalId Number
    id of the app service principal
    servicePrincipalName String
    name of the app service principal
    thumbnailUrl String
    The URL of the thumbnail image for the app.
    updateTime String
    The update time of the deployment.
    updater String
    The email of the user that last updated the app.
    url String
    URL of the Git repository.
    budgetPolicyId String
    The Budget Policy ID set for this resource.
    computeMaxInstances Number
    computeMinInstances Number
    computeSize String
    A string specifying compute size for the App.
    description String
    The description of the resource.
    gitRepository Property Map
    attribute - Git repository configuration for app deployments.
    resources List<Property Map>
    A list of resources that the app have access to.
    space String
    Name of the app space this app belongs to.
    telemetryExportDestinations List<Property Map>
    A list of telemetry export destinations.
    usagePolicyId String
    The Usage Policy ID set for this resource.
    userApiScopes List<String>
    A list of api scopes granted to the user access token.

    GetAppAppActiveDeployment

    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DeploymentArtifacts GetAppAppActiveDeploymentDeploymentArtifacts
    attribute
    Status GetAppAppActiveDeploymentStatus
    attribute
    UpdateTime string
    The update time of the deployment.
    Commands List<string>
    DeploymentId string
    The unique ID of the deployment.
    EnvVars List<GetAppAppActiveDeploymentEnvVar>
    GitSource GetAppAppActiveDeploymentGitSource
    Mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DeploymentArtifacts GetAppAppActiveDeploymentDeploymentArtifacts
    attribute
    Status GetAppAppActiveDeploymentStatus
    attribute
    UpdateTime string
    The update time of the deployment.
    Commands []string
    DeploymentId string
    The unique ID of the deployment.
    EnvVars []GetAppAppActiveDeploymentEnvVar
    GitSource GetAppAppActiveDeploymentGitSource
    Mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    create_time string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    deployment_artifacts object
    attribute
    status object
    attribute
    update_time string
    The update time of the deployment.
    commands list(string)
    deployment_id string
    The unique ID of the deployment.
    env_vars list(object)
    git_source object
    mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    deploymentArtifacts GetAppAppActiveDeploymentDeploymentArtifacts
    attribute
    status GetAppAppActiveDeploymentStatus
    attribute
    updateTime String
    The update time of the deployment.
    commands List<String>
    deploymentId String
    The unique ID of the deployment.
    envVars List<GetAppAppActiveDeploymentEnvVar>
    gitSource GetAppAppActiveDeploymentGitSource
    mode String
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    deploymentArtifacts GetAppAppActiveDeploymentDeploymentArtifacts
    attribute
    status GetAppAppActiveDeploymentStatus
    attribute
    updateTime string
    The update time of the deployment.
    commands string[]
    deploymentId string
    The unique ID of the deployment.
    envVars GetAppAppActiveDeploymentEnvVar[]
    gitSource GetAppAppActiveDeploymentGitSource
    mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    create_time str
    The creation time of the deployment.
    creator str
    The email of the user that created the deployment.
    deployment_artifacts GetAppAppActiveDeploymentDeploymentArtifacts
    attribute
    status GetAppAppActiveDeploymentStatus
    attribute
    update_time str
    The update time of the deployment.
    commands Sequence[str]
    deployment_id str
    The unique ID of the deployment.
    env_vars Sequence[GetAppAppActiveDeploymentEnvVar]
    git_source GetAppAppActiveDeploymentGitSource
    mode str
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    deploymentArtifacts Property Map
    attribute
    status Property Map
    attribute
    updateTime String
    The update time of the deployment.
    commands List<String>
    deploymentId String
    The unique ID of the deployment.
    envVars List<Property Map>
    gitSource Property Map
    mode String
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.

    GetAppAppActiveDeploymentDeploymentArtifacts

    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.

    GetAppAppActiveDeploymentEnvVar

    Name string
    The name of the app.
    Value string
    ValueFrom string
    Name string
    The name of the app.
    Value string
    ValueFrom string
    name string
    The name of the app.
    value string
    value_from string
    name String
    The name of the app.
    value String
    valueFrom String
    name string
    The name of the app.
    value string
    valueFrom string
    name str
    The name of the app.
    value str
    value_from str
    name String
    The name of the app.
    value String
    valueFrom String

    GetAppAppActiveDeploymentGitSource

    GitRepository GetAppAppActiveDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    ResolvedCommit string
    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Commit string
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    Tag string
    GitRepository GetAppAppActiveDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    ResolvedCommit string
    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Commit string
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    Tag string
    git_repository object
    attribute - Git repository configuration for app deployments.
    resolved_commit string
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit string
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag string
    gitRepository GetAppAppActiveDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolvedCommit String
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit String
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag String
    gitRepository GetAppAppActiveDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolvedCommit string
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit string
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag string
    git_repository GetAppAppActiveDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolved_commit str
    branch str
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit str
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag str
    gitRepository Property Map
    attribute - Git repository configuration for app deployments.
    resolvedCommit String
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit String
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag String

    GetAppAppActiveDeploymentGitSourceGitRepository

    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider str
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url str
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.

    GetAppAppActiveDeploymentStatus

    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message str
    The status message of the deployment.
    state str
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.

    GetAppAppAppStatus

    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message str
    The status message of the deployment.
    state str
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.

    GetAppAppComputeStatus

    ActiveInstances int
    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    ActiveInstances int
    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    active_instances number
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    activeInstances Integer
    message String
    The status message of the deployment.
    state String
    The state of the deployment.
    activeInstances number
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    active_instances int
    message str
    The status message of the deployment.
    state str
    The state of the deployment.
    activeInstances Number
    message String
    The status message of the deployment.
    state String
    The state of the deployment.

    GetAppAppGitRepository

    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider str
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url str
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.

    GetAppAppPendingDeployment

    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DeploymentArtifacts GetAppAppPendingDeploymentDeploymentArtifacts
    attribute
    Status GetAppAppPendingDeploymentStatus
    attribute
    UpdateTime string
    The update time of the deployment.
    Commands List<string>
    DeploymentId string
    The unique ID of the deployment.
    EnvVars List<GetAppAppPendingDeploymentEnvVar>
    GitSource GetAppAppPendingDeploymentGitSource
    Mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    CreateTime string
    The creation time of the deployment.
    Creator string
    The email of the user that created the deployment.
    DeploymentArtifacts GetAppAppPendingDeploymentDeploymentArtifacts
    attribute
    Status GetAppAppPendingDeploymentStatus
    attribute
    UpdateTime string
    The update time of the deployment.
    Commands []string
    DeploymentId string
    The unique ID of the deployment.
    EnvVars []GetAppAppPendingDeploymentEnvVar
    GitSource GetAppAppPendingDeploymentGitSource
    Mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    create_time string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    deployment_artifacts object
    attribute
    status object
    attribute
    update_time string
    The update time of the deployment.
    commands list(string)
    deployment_id string
    The unique ID of the deployment.
    env_vars list(object)
    git_source object
    mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    deploymentArtifacts GetAppAppPendingDeploymentDeploymentArtifacts
    attribute
    status GetAppAppPendingDeploymentStatus
    attribute
    updateTime String
    The update time of the deployment.
    commands List<String>
    deploymentId String
    The unique ID of the deployment.
    envVars List<GetAppAppPendingDeploymentEnvVar>
    gitSource GetAppAppPendingDeploymentGitSource
    mode String
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime string
    The creation time of the deployment.
    creator string
    The email of the user that created the deployment.
    deploymentArtifacts GetAppAppPendingDeploymentDeploymentArtifacts
    attribute
    status GetAppAppPendingDeploymentStatus
    attribute
    updateTime string
    The update time of the deployment.
    commands string[]
    deploymentId string
    The unique ID of the deployment.
    envVars GetAppAppPendingDeploymentEnvVar[]
    gitSource GetAppAppPendingDeploymentGitSource
    mode string
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    create_time str
    The creation time of the deployment.
    creator str
    The email of the user that created the deployment.
    deployment_artifacts GetAppAppPendingDeploymentDeploymentArtifacts
    attribute
    status GetAppAppPendingDeploymentStatus
    attribute
    update_time str
    The update time of the deployment.
    commands Sequence[str]
    deployment_id str
    The unique ID of the deployment.
    env_vars Sequence[GetAppAppPendingDeploymentEnvVar]
    git_source GetAppAppPendingDeploymentGitSource
    mode str
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    createTime String
    The creation time of the deployment.
    creator String
    The email of the user that created the deployment.
    deploymentArtifacts Property Map
    attribute
    status Property Map
    attribute
    updateTime String
    The update time of the deployment.
    commands List<String>
    deploymentId String
    The unique ID of the deployment.
    envVars List<Property Map>
    gitSource Property Map
    mode String
    The deployment mode (AUTO_SYNC or SNAPSHOT).
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.

    GetAppAppPendingDeploymentDeploymentArtifacts

    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.

    GetAppAppPendingDeploymentEnvVar

    Name string
    The name of the app.
    Value string
    ValueFrom string
    Name string
    The name of the app.
    Value string
    ValueFrom string
    name string
    The name of the app.
    value string
    value_from string
    name String
    The name of the app.
    value String
    valueFrom String
    name string
    The name of the app.
    value string
    valueFrom string
    name str
    The name of the app.
    value str
    value_from str
    name String
    The name of the app.
    value String
    valueFrom String

    GetAppAppPendingDeploymentGitSource

    GitRepository GetAppAppPendingDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    ResolvedCommit string
    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Commit string
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    Tag string
    GitRepository GetAppAppPendingDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    ResolvedCommit string
    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Commit string
    SourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    Tag string
    git_repository object
    attribute - Git repository configuration for app deployments.
    resolved_commit string
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit string
    source_code_path string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag string
    gitRepository GetAppAppPendingDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolvedCommit String
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit String
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag String
    gitRepository GetAppAppPendingDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolvedCommit string
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit string
    sourceCodePath string
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag string
    git_repository GetAppAppPendingDeploymentGitSourceGitRepository
    attribute - Git repository configuration for app deployments.
    resolved_commit str
    branch str
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit str
    source_code_path str
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag str
    gitRepository Property Map
    attribute - Git repository configuration for app deployments.
    resolvedCommit String
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    commit String
    sourceCodePath String
    The snapshotted workspace file system path of the source code loaded by the deployed app.
    tag String

    GetAppAppPendingDeploymentGitSourceGitRepository

    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    Provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    Url string
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.
    provider string
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url string
    URL of the Git repository.
    provider str
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url str
    URL of the Git repository.
    provider String
    Git provider (case insensitive). Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.
    url String
    URL of the Git repository.

    GetAppAppPendingDeploymentStatus

    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    Message string
    The status message of the deployment.
    State string
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.
    message string
    The status message of the deployment.
    state string
    The state of the deployment.
    message str
    The status message of the deployment.
    state str
    The state of the deployment.
    message String
    The status message of the deployment.
    state String
    The state of the deployment.

    GetAppAppResource

    Name string
    The name of the app.
    App GetAppAppResourceApp
    attribute - reference to another Databricks App.
    Database GetAppAppResourceDatabase
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    Description string
    The description of the resource.
    Experiment GetAppAppResourceExperiment
    attribute
    GenieSpace GetAppAppResourceGenieSpace
    attribute
    Job GetAppAppResourceJob
    attribute
    Postgres GetAppAppResourcePostgres
    attribute
    Secret GetAppAppResourceSecret
    attribute
    ServingEndpoint GetAppAppResourceServingEndpoint
    attribute
    SqlWarehouse GetAppAppResourceSqlWarehouse
    attribute
    UcSecurable GetAppAppResourceUcSecurable
    attribute (see the API docs for full list of supported UC objects)
    Name string
    The name of the app.
    App GetAppAppResourceApp
    attribute - reference to another Databricks App.
    Database GetAppAppResourceDatabase
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    Description string
    The description of the resource.
    Experiment GetAppAppResourceExperiment
    attribute
    GenieSpace GetAppAppResourceGenieSpace
    attribute
    Job GetAppAppResourceJob
    attribute
    Postgres GetAppAppResourcePostgres
    attribute
    Secret GetAppAppResourceSecret
    attribute
    ServingEndpoint GetAppAppResourceServingEndpoint
    attribute
    SqlWarehouse GetAppAppResourceSqlWarehouse
    attribute
    UcSecurable GetAppAppResourceUcSecurable
    attribute (see the API docs for full list of supported UC objects)
    name string
    The name of the app.
    app object
    attribute - reference to another Databricks App.
    database object
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    description string
    The description of the resource.
    experiment object
    attribute
    genie_space object
    attribute
    job object
    attribute
    postgres object
    attribute
    secret object
    attribute
    serving_endpoint object
    attribute
    sql_warehouse object
    attribute
    uc_securable object
    attribute (see the API docs for full list of supported UC objects)
    name String
    The name of the app.
    app GetAppAppResourceApp
    attribute - reference to another Databricks App.
    database GetAppAppResourceDatabase
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    description String
    The description of the resource.
    experiment GetAppAppResourceExperiment
    attribute
    genieSpace GetAppAppResourceGenieSpace
    attribute
    job GetAppAppResourceJob
    attribute
    postgres GetAppAppResourcePostgres
    attribute
    secret GetAppAppResourceSecret
    attribute
    servingEndpoint GetAppAppResourceServingEndpoint
    attribute
    sqlWarehouse GetAppAppResourceSqlWarehouse
    attribute
    ucSecurable GetAppAppResourceUcSecurable
    attribute (see the API docs for full list of supported UC objects)
    name string
    The name of the app.
    app GetAppAppResourceApp
    attribute - reference to another Databricks App.
    database GetAppAppResourceDatabase
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    description string
    The description of the resource.
    experiment GetAppAppResourceExperiment
    attribute
    genieSpace GetAppAppResourceGenieSpace
    attribute
    job GetAppAppResourceJob
    attribute
    postgres GetAppAppResourcePostgres
    attribute
    secret GetAppAppResourceSecret
    attribute
    servingEndpoint GetAppAppResourceServingEndpoint
    attribute
    sqlWarehouse GetAppAppResourceSqlWarehouse
    attribute
    ucSecurable GetAppAppResourceUcSecurable
    attribute (see the API docs for full list of supported UC objects)
    name str
    The name of the app.
    app GetAppAppResourceApp
    attribute - reference to another Databricks App.
    database GetAppAppResourceDatabase
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    description str
    The description of the resource.
    experiment GetAppAppResourceExperiment
    attribute
    genie_space GetAppAppResourceGenieSpace
    attribute
    job GetAppAppResourceJob
    attribute
    postgres GetAppAppResourcePostgres
    attribute
    secret GetAppAppResourceSecret
    attribute
    serving_endpoint GetAppAppResourceServingEndpoint
    attribute
    sql_warehouse GetAppAppResourceSqlWarehouse
    attribute
    uc_securable GetAppAppResourceUcSecurable
    attribute (see the API docs for full list of supported UC objects)
    name String
    The name of the app.
    app Property Map
    attribute - reference to another Databricks App.
    database Property Map
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    description String
    The description of the resource.
    experiment Property Map
    attribute
    genieSpace Property Map
    attribute
    job Property Map
    attribute
    postgres Property Map
    attribute
    secret Property Map
    attribute
    servingEndpoint Property Map
    attribute
    sqlWarehouse Property Map
    attribute
    ucSecurable Property Map
    attribute (see the API docs for full list of supported UC objects)

    GetAppAppResourceApp

    Name string
    The name of the app.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Name string
    The name of the app.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name string
    The name of the app.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name String
    The name of the app.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name string
    The name of the app.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name str
    The name of the app.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name String
    The name of the app.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppAppResourceDatabase

    DatabaseName string
    The name of database.
    InstanceName string
    The name of database instance.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    DatabaseName string
    The name of database.
    InstanceName string
    The name of database instance.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    database_name string
    The name of database.
    instance_name string
    The name of database instance.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    databaseName String
    The name of database.
    instanceName String
    The name of database instance.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    databaseName string
    The name of database.
    instanceName string
    The name of database instance.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    database_name str
    The name of database.
    instance_name str
    The name of database instance.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    databaseName String
    The name of database.
    instanceName String
    The name of database instance.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppAppResourceExperiment

    ExperimentId string
    The ID of the MLflow experiment to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    ExperimentId string
    The ID of the MLflow experiment to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    experiment_id string
    The ID of the MLflow experiment to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    experimentId String
    The ID of the MLflow experiment to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    experimentId string
    The ID of the MLflow experiment to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    experiment_id str
    The ID of the MLflow experiment to grant permission on.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    experimentId String
    The ID of the MLflow experiment to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppAppResourceGenieSpace

    Name string
    The name of the app.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    SpaceId string
    The unique ID of Genie Space.
    Name string
    The name of the app.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    SpaceId string
    The unique ID of Genie Space.
    name string
    The name of the app.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    space_id string
    The unique ID of Genie Space.
    name String
    The name of the app.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    spaceId String
    The unique ID of Genie Space.
    name string
    The name of the app.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    spaceId string
    The unique ID of Genie Space.
    name str
    The name of the app.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    space_id str
    The unique ID of Genie Space.
    name String
    The name of the app.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    spaceId String
    The unique ID of Genie Space.

    GetAppAppResourceJob

    Id string
    Id of the job to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Id string
    Id of the job to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id string
    Id of the job to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id String
    Id of the job to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id string
    Id of the job to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id str
    Id of the job to grant permission on.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id String
    Id of the job to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppAppResourcePostgres

    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Database string
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    Database string
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    database string
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    database String
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    branch string
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    database string
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    branch str
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    database str
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    branch String
    The resource path of the Lakebase Autoscaling branch (e.g. projects/proj-abc123/branches/branch-xyz789).
    database String
    The resource path of a specific database within the branch (e.g. projects/proj-abc123/branches/branch-xyz789/databases/db-456).
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppAppResourceSecret

    Key string
    Key of the secret to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Scope string
    Scope of the secret to grant permission on.
    Key string
    Key of the secret to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Scope string
    Scope of the secret to grant permission on.
    key string
    Key of the secret to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    scope string
    Scope of the secret to grant permission on.
    key String
    Key of the secret to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    scope String
    Scope of the secret to grant permission on.
    key string
    Key of the secret to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    scope string
    Scope of the secret to grant permission on.
    key str
    Key of the secret to grant permission on.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    scope str
    Scope of the secret to grant permission on.
    key String
    Key of the secret to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    scope String
    Scope of the secret to grant permission on.

    GetAppAppResourceServingEndpoint

    Name string
    The name of the app.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Name string
    The name of the app.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name string
    The name of the app.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name String
    The name of the app.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name string
    The name of the app.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name str
    The name of the app.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    name String
    The name of the app.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppAppResourceSqlWarehouse

    Id string
    Id of the job to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    Id string
    Id of the job to grant permission on.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id string
    Id of the job to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id String
    Id of the job to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id string
    Id of the job to grant permission on.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id str
    Id of the job to grant permission on.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    id String
    Id of the job to grant permission on.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.

    GetAppAppResourceUcSecurable

    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    SecurableFullName string
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    SecurableKind string
    SecurableType string
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    Permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    SecurableFullName string
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    SecurableKind string
    SecurableType string
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    securable_full_name string
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    securable_kind string
    securable_type string
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    securableFullName String
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    securableKind String
    securableType String
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    permission string
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    securableFullName string
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    securableKind string
    securableType string
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    permission str
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    securable_full_name str
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    securable_kind str
    securable_type str
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.
    permission String
    Permission to grant on the experiment. Supported permissions are: CAN_READ, CAN_EDIT, CAN_MANAGE.
    securableFullName String
    The full name of UC securable, i.e. my-catalog.my-schema.my-volume.
    securableKind String
    securableType String
    The type of UC securable. Supported values are CONNECTION, FUNCTION, TABLE, VOLUME.

    GetAppAppTelemetryExportDestination

    GetAppAppTelemetryExportDestinationUnityCatalog

    LogsTable string
    Full name of the Unity Catalog table for OpenTelemetry logs.
    MetricsTable string
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    TracesTable string
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    LogsTable string
    Full name of the Unity Catalog table for OpenTelemetry logs.
    MetricsTable string
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    TracesTable string
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    logs_table string
    Full name of the Unity Catalog table for OpenTelemetry logs.
    metrics_table string
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    traces_table string
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    logsTable String
    Full name of the Unity Catalog table for OpenTelemetry logs.
    metricsTable String
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    tracesTable String
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    logsTable string
    Full name of the Unity Catalog table for OpenTelemetry logs.
    metricsTable string
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    tracesTable string
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    logs_table str
    Full name of the Unity Catalog table for OpenTelemetry logs.
    metrics_table str
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    traces_table str
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).
    logsTable String
    Full name of the Unity Catalog table for OpenTelemetry logs.
    metricsTable String
    Full name of the Unity Catalog table for OpenTelemetry metrics.
    tracesTable String
    Full name of the Unity Catalog table for OpenTelemetry traces (spans).

    GetAppProviderConfig

    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.94.0
    published on Friday, May 29, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial