1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. getEndpoints
Viewing docs for Databricks v1.101.0
published on Thursday, Jul 30, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v1.101.0
published on Thursday, Jul 30, 2026 by Pulumi

    GA

    API Documentation

    Endpoints datasource retrieves a list of all network connectivity endpoints for private access to Databricks workspaces.

    Note This resource can only be used with an account-level provider!

    Example Usage

    Example for Azure cloud

    This is an example for listing endpoints in Azure cloud:

    import * as pulumi from "@pulumi/pulumi";
    import * as databricks from "@pulumi/databricks";
    
    const all = databricks.getEndpoints({
        parent: "accounts/123e4567-e89b-12d3-a456-426614174000",
    });
    
    import pulumi
    import pulumi_databricks as databricks
    
    all = databricks.get_endpoints(parent="accounts/123e4567-e89b-12d3-a456-426614174000")
    
    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.GetEndpoints(ctx, &databricks.GetEndpointsArgs{
    			Parent: "accounts/123e4567-e89b-12d3-a456-426614174000",
    		}, 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 all = Databricks.GetEndpoints.Invoke(new()
        {
            Parent = "accounts/123e4567-e89b-12d3-a456-426614174000",
        });
    
    });
    
    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.GetEndpointsArgs;
    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 all = DatabricksFunctions.getEndpoints(GetEndpointsArgs.builder()
                .parent("accounts/123e4567-e89b-12d3-a456-426614174000")
                .build());
    
        }
    }
    
    variables:
      all:
        fn::invoke:
          function: databricks:getEndpoints
          arguments:
            parent: accounts/123e4567-e89b-12d3-a456-426614174000
    
    pulumi {
      required_providers {
        databricks = {
          source = "pulumi/databricks"
        }
      }
    }
    
    data "databricks_getendpoints" "all" {
      parent = "accounts/123e4567-e89b-12d3-a456-426614174000"
    }
    

    Using getEndpoints

    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 getEndpoints(args: GetEndpointsArgs, opts?: InvokeOptions): Promise<GetEndpointsResult>
    function getEndpointsOutput(args: GetEndpointsOutputArgs, opts?: InvokeOptions): Output<GetEndpointsResult>
    def get_endpoints(page_size: Optional[int] = None,
                      parent: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetEndpointsResult
    def get_endpoints_output(page_size: pulumi.Input[Optional[int]] = None,
                      parent: pulumi.Input[Optional[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetEndpointsResult]
    func GetEndpoints(ctx *Context, args *GetEndpointsArgs, opts ...InvokeOption) (*GetEndpointsResult, error)
    func GetEndpointsOutput(ctx *Context, args *GetEndpointsOutputArgs, opts ...InvokeOption) GetEndpointsResultOutput

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

    public static class GetEndpoints 
    {
        public static Task<GetEndpointsResult> InvokeAsync(GetEndpointsArgs args, InvokeOptions? opts = null)
        public static Output<GetEndpointsResult> Invoke(GetEndpointsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEndpointsResult> getEndpoints(GetEndpointsArgs args, InvokeOptions options)
    public static Output<GetEndpointsResult> getEndpoints(GetEndpointsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getEndpoints:getEndpoints
      arguments:
        # arguments dictionary
    data "databricks_get_endpoints" "name" {
        # arguments
    }

    The following arguments are supported:

    Parent string
    The parent resource name of the account to list endpoints for. Format: accounts/{account_id}
    PageSize int
    Parent string
    The parent resource name of the account to list endpoints for. Format: accounts/{account_id}
    PageSize int
    parent string
    The parent resource name of the account to list endpoints for. Format: accounts/{account_id}
    page_size number
    parent String
    The parent resource name of the account to list endpoints for. Format: accounts/{account_id}
    pageSize Integer
    parent string
    The parent resource name of the account to list endpoints for. Format: accounts/{account_id}
    pageSize number
    parent str
    The parent resource name of the account to list endpoints for. Format: accounts/{account_id}
    page_size int
    parent String
    The parent resource name of the account to list endpoints for. Format: accounts/{account_id}
    pageSize Number

    getEndpoints Result

    The following output properties are available:

    Supporting Types

    GetEndpointsItem

    AccountId string
    (string) - The Databricks Account in which the endpoint object exists
    AwsVpcEndpointInfo GetEndpointsItemAwsVpcEndpointInfo
    (AwsVpcEndpointInfo) - Info for an AWS VPC endpoint
    AzurePrivateEndpointInfo GetEndpointsItemAzurePrivateEndpointInfo
    (AzurePrivateEndpointInfo) - Info for an Azure private endpoint
    CreateTime string
    (string) - The timestamp when the endpoint was created. The timestamp is in RFC 3339 format in UTC timezone
    DisplayName string
    (string) - The human-readable display name of this endpoint. The input should conform to RFC-1034, which restricts to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum
    EndpointId string
    (string) - The unique identifier for this endpoint under the account. This field is a UUID generated by Databricks
    GcpPscEndpointInfo GetEndpointsItemGcpPscEndpointInfo
    (GcpPscEndpointInfo) - Info for a GCP Private Service Connect endpoint
    Name string
    (string) - The resource name of the endpoint, which uniquely identifies the endpoint
    Region string
    (string) - The cloud provider region where this endpoint is located
    State string
    (string) - The state of the endpoint. The endpoint can only be used if the state is APPROVED. Possible values are: APPROVED, DISCONNECTED, FAILED, PENDING
    UseCase string
    (string) - The use case that determines the type of network connectivity this endpoint provides. This field is automatically determined based on the endpoint configuration and cloud-specific settings. Possible values are: SERVICE_DIRECT
    AccountId string
    (string) - The Databricks Account in which the endpoint object exists
    AwsVpcEndpointInfo GetEndpointsItemAwsVpcEndpointInfo
    (AwsVpcEndpointInfo) - Info for an AWS VPC endpoint
    AzurePrivateEndpointInfo GetEndpointsItemAzurePrivateEndpointInfo
    (AzurePrivateEndpointInfo) - Info for an Azure private endpoint
    CreateTime string
    (string) - The timestamp when the endpoint was created. The timestamp is in RFC 3339 format in UTC timezone
    DisplayName string
    (string) - The human-readable display name of this endpoint. The input should conform to RFC-1034, which restricts to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum
    EndpointId string
    (string) - The unique identifier for this endpoint under the account. This field is a UUID generated by Databricks
    GcpPscEndpointInfo GetEndpointsItemGcpPscEndpointInfo
    (GcpPscEndpointInfo) - Info for a GCP Private Service Connect endpoint
    Name string
    (string) - The resource name of the endpoint, which uniquely identifies the endpoint
    Region string
    (string) - The cloud provider region where this endpoint is located
    State string
    (string) - The state of the endpoint. The endpoint can only be used if the state is APPROVED. Possible values are: APPROVED, DISCONNECTED, FAILED, PENDING
    UseCase string
    (string) - The use case that determines the type of network connectivity this endpoint provides. This field is automatically determined based on the endpoint configuration and cloud-specific settings. Possible values are: SERVICE_DIRECT
    account_id string
    (string) - The Databricks Account in which the endpoint object exists
    aws_vpc_endpoint_info object
    (AwsVpcEndpointInfo) - Info for an AWS VPC endpoint
    azure_private_endpoint_info object
    (AzurePrivateEndpointInfo) - Info for an Azure private endpoint
    create_time string
    (string) - The timestamp when the endpoint was created. The timestamp is in RFC 3339 format in UTC timezone
    display_name string
    (string) - The human-readable display name of this endpoint. The input should conform to RFC-1034, which restricts to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum
    endpoint_id string
    (string) - The unique identifier for this endpoint under the account. This field is a UUID generated by Databricks
    gcp_psc_endpoint_info object
    (GcpPscEndpointInfo) - Info for a GCP Private Service Connect endpoint
    name string
    (string) - The resource name of the endpoint, which uniquely identifies the endpoint
    region string
    (string) - The cloud provider region where this endpoint is located
    state string
    (string) - The state of the endpoint. The endpoint can only be used if the state is APPROVED. Possible values are: APPROVED, DISCONNECTED, FAILED, PENDING
    use_case string
    (string) - The use case that determines the type of network connectivity this endpoint provides. This field is automatically determined based on the endpoint configuration and cloud-specific settings. Possible values are: SERVICE_DIRECT
    accountId String
    (string) - The Databricks Account in which the endpoint object exists
    awsVpcEndpointInfo GetEndpointsItemAwsVpcEndpointInfo
    (AwsVpcEndpointInfo) - Info for an AWS VPC endpoint
    azurePrivateEndpointInfo GetEndpointsItemAzurePrivateEndpointInfo
    (AzurePrivateEndpointInfo) - Info for an Azure private endpoint
    createTime String
    (string) - The timestamp when the endpoint was created. The timestamp is in RFC 3339 format in UTC timezone
    displayName String
    (string) - The human-readable display name of this endpoint. The input should conform to RFC-1034, which restricts to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum
    endpointId String
    (string) - The unique identifier for this endpoint under the account. This field is a UUID generated by Databricks
    gcpPscEndpointInfo GetEndpointsItemGcpPscEndpointInfo
    (GcpPscEndpointInfo) - Info for a GCP Private Service Connect endpoint
    name String
    (string) - The resource name of the endpoint, which uniquely identifies the endpoint
    region String
    (string) - The cloud provider region where this endpoint is located
    state String
    (string) - The state of the endpoint. The endpoint can only be used if the state is APPROVED. Possible values are: APPROVED, DISCONNECTED, FAILED, PENDING
    useCase String
    (string) - The use case that determines the type of network connectivity this endpoint provides. This field is automatically determined based on the endpoint configuration and cloud-specific settings. Possible values are: SERVICE_DIRECT
    accountId string
    (string) - The Databricks Account in which the endpoint object exists
    awsVpcEndpointInfo GetEndpointsItemAwsVpcEndpointInfo
    (AwsVpcEndpointInfo) - Info for an AWS VPC endpoint
    azurePrivateEndpointInfo GetEndpointsItemAzurePrivateEndpointInfo
    (AzurePrivateEndpointInfo) - Info for an Azure private endpoint
    createTime string
    (string) - The timestamp when the endpoint was created. The timestamp is in RFC 3339 format in UTC timezone
    displayName string
    (string) - The human-readable display name of this endpoint. The input should conform to RFC-1034, which restricts to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum
    endpointId string
    (string) - The unique identifier for this endpoint under the account. This field is a UUID generated by Databricks
    gcpPscEndpointInfo GetEndpointsItemGcpPscEndpointInfo
    (GcpPscEndpointInfo) - Info for a GCP Private Service Connect endpoint
    name string
    (string) - The resource name of the endpoint, which uniquely identifies the endpoint
    region string
    (string) - The cloud provider region where this endpoint is located
    state string
    (string) - The state of the endpoint. The endpoint can only be used if the state is APPROVED. Possible values are: APPROVED, DISCONNECTED, FAILED, PENDING
    useCase string
    (string) - The use case that determines the type of network connectivity this endpoint provides. This field is automatically determined based on the endpoint configuration and cloud-specific settings. Possible values are: SERVICE_DIRECT
    account_id str
    (string) - The Databricks Account in which the endpoint object exists
    aws_vpc_endpoint_info GetEndpointsItemAwsVpcEndpointInfo
    (AwsVpcEndpointInfo) - Info for an AWS VPC endpoint
    azure_private_endpoint_info GetEndpointsItemAzurePrivateEndpointInfo
    (AzurePrivateEndpointInfo) - Info for an Azure private endpoint
    create_time str
    (string) - The timestamp when the endpoint was created. The timestamp is in RFC 3339 format in UTC timezone
    display_name str
    (string) - The human-readable display name of this endpoint. The input should conform to RFC-1034, which restricts to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum
    endpoint_id str
    (string) - The unique identifier for this endpoint under the account. This field is a UUID generated by Databricks
    gcp_psc_endpoint_info GetEndpointsItemGcpPscEndpointInfo
    (GcpPscEndpointInfo) - Info for a GCP Private Service Connect endpoint
    name str
    (string) - The resource name of the endpoint, which uniquely identifies the endpoint
    region str
    (string) - The cloud provider region where this endpoint is located
    state str
    (string) - The state of the endpoint. The endpoint can only be used if the state is APPROVED. Possible values are: APPROVED, DISCONNECTED, FAILED, PENDING
    use_case str
    (string) - The use case that determines the type of network connectivity this endpoint provides. This field is automatically determined based on the endpoint configuration and cloud-specific settings. Possible values are: SERVICE_DIRECT
    accountId String
    (string) - The Databricks Account in which the endpoint object exists
    awsVpcEndpointInfo Property Map
    (AwsVpcEndpointInfo) - Info for an AWS VPC endpoint
    azurePrivateEndpointInfo Property Map
    (AzurePrivateEndpointInfo) - Info for an Azure private endpoint
    createTime String
    (string) - The timestamp when the endpoint was created. The timestamp is in RFC 3339 format in UTC timezone
    displayName String
    (string) - The human-readable display name of this endpoint. The input should conform to RFC-1034, which restricts to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum
    endpointId String
    (string) - The unique identifier for this endpoint under the account. This field is a UUID generated by Databricks
    gcpPscEndpointInfo Property Map
    (GcpPscEndpointInfo) - Info for a GCP Private Service Connect endpoint
    name String
    (string) - The resource name of the endpoint, which uniquely identifies the endpoint
    region String
    (string) - The cloud provider region where this endpoint is located
    state String
    (string) - The state of the endpoint. The endpoint can only be used if the state is APPROVED. Possible values are: APPROVED, DISCONNECTED, FAILED, PENDING
    useCase String
    (string) - The use case that determines the type of network connectivity this endpoint provides. This field is automatically determined based on the endpoint configuration and cloud-specific settings. Possible values are: SERVICE_DIRECT

    GetEndpointsItemAwsVpcEndpointInfo

    AwsAccountId string
    (string) - The AWS account ID in which this VPC endpoint lives
    AwsEndpointServiceId string
    (string) - The ID of the Databricks VPC endpoint service that this endpoint connects to
    AwsVpcEndpointId string
    (string) - The ID of the underlying VPC endpoint in AWS. Provided by the customer when registering an existing AWS VPC endpoint
    AwsAccountId string
    (string) - The AWS account ID in which this VPC endpoint lives
    AwsEndpointServiceId string
    (string) - The ID of the Databricks VPC endpoint service that this endpoint connects to
    AwsVpcEndpointId string
    (string) - The ID of the underlying VPC endpoint in AWS. Provided by the customer when registering an existing AWS VPC endpoint
    aws_account_id string
    (string) - The AWS account ID in which this VPC endpoint lives
    aws_endpoint_service_id string
    (string) - The ID of the Databricks VPC endpoint service that this endpoint connects to
    aws_vpc_endpoint_id string
    (string) - The ID of the underlying VPC endpoint in AWS. Provided by the customer when registering an existing AWS VPC endpoint
    awsAccountId String
    (string) - The AWS account ID in which this VPC endpoint lives
    awsEndpointServiceId String
    (string) - The ID of the Databricks VPC endpoint service that this endpoint connects to
    awsVpcEndpointId String
    (string) - The ID of the underlying VPC endpoint in AWS. Provided by the customer when registering an existing AWS VPC endpoint
    awsAccountId string
    (string) - The AWS account ID in which this VPC endpoint lives
    awsEndpointServiceId string
    (string) - The ID of the Databricks VPC endpoint service that this endpoint connects to
    awsVpcEndpointId string
    (string) - The ID of the underlying VPC endpoint in AWS. Provided by the customer when registering an existing AWS VPC endpoint
    aws_account_id str
    (string) - The AWS account ID in which this VPC endpoint lives
    aws_endpoint_service_id str
    (string) - The ID of the Databricks VPC endpoint service that this endpoint connects to
    aws_vpc_endpoint_id str
    (string) - The ID of the underlying VPC endpoint in AWS. Provided by the customer when registering an existing AWS VPC endpoint
    awsAccountId String
    (string) - The AWS account ID in which this VPC endpoint lives
    awsEndpointServiceId String
    (string) - The ID of the Databricks VPC endpoint service that this endpoint connects to
    awsVpcEndpointId String
    (string) - The ID of the underlying VPC endpoint in AWS. Provided by the customer when registering an existing AWS VPC endpoint

    GetEndpointsItemAzurePrivateEndpointInfo

    PrivateEndpointName string
    (string) - The name of the Private Endpoint in the Azure subscription
    PrivateEndpointResourceGuid string
    (string) - The GUID of the Private Endpoint resource in the Azure subscription. This is assigned by Azure when the user sets up the Private Endpoint
    PrivateEndpointResourceId string
    (string) - The full resource ID of the Private Endpoint
    PrivateLinkServiceId string
    (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
    PrivateEndpointName string
    (string) - The name of the Private Endpoint in the Azure subscription
    PrivateEndpointResourceGuid string
    (string) - The GUID of the Private Endpoint resource in the Azure subscription. This is assigned by Azure when the user sets up the Private Endpoint
    PrivateEndpointResourceId string
    (string) - The full resource ID of the Private Endpoint
    PrivateLinkServiceId string
    (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
    private_endpoint_name string
    (string) - The name of the Private Endpoint in the Azure subscription
    private_endpoint_resource_guid string
    (string) - The GUID of the Private Endpoint resource in the Azure subscription. This is assigned by Azure when the user sets up the Private Endpoint
    private_endpoint_resource_id string
    (string) - The full resource ID of the Private Endpoint
    private_link_service_id string
    (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
    privateEndpointName String
    (string) - The name of the Private Endpoint in the Azure subscription
    privateEndpointResourceGuid String
    (string) - The GUID of the Private Endpoint resource in the Azure subscription. This is assigned by Azure when the user sets up the Private Endpoint
    privateEndpointResourceId String
    (string) - The full resource ID of the Private Endpoint
    privateLinkServiceId String
    (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
    privateEndpointName string
    (string) - The name of the Private Endpoint in the Azure subscription
    privateEndpointResourceGuid string
    (string) - The GUID of the Private Endpoint resource in the Azure subscription. This is assigned by Azure when the user sets up the Private Endpoint
    privateEndpointResourceId string
    (string) - The full resource ID of the Private Endpoint
    privateLinkServiceId string
    (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
    private_endpoint_name str
    (string) - The name of the Private Endpoint in the Azure subscription
    private_endpoint_resource_guid str
    (string) - The GUID of the Private Endpoint resource in the Azure subscription. This is assigned by Azure when the user sets up the Private Endpoint
    private_endpoint_resource_id str
    (string) - The full resource ID of the Private Endpoint
    private_link_service_id str
    (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
    privateEndpointName String
    (string) - The name of the Private Endpoint in the Azure subscription
    privateEndpointResourceGuid String
    (string) - The GUID of the Private Endpoint resource in the Azure subscription. This is assigned by Azure when the user sets up the Private Endpoint
    privateEndpointResourceId String
    (string) - The full resource ID of the Private Endpoint
    privateLinkServiceId String
    (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to

    GetEndpointsItemGcpPscEndpointInfo

    EndpointRegion string
    (string) - The GCP region of the PSC connection endpoint. Provided by the customer when registering an existing PSC endpoint. GCP supports only same-region PSC, so this must match the workspace region
    ProjectId string
    (string) - The GCP consumer project ID in which this PSC endpoint is created. Provided by the customer when registering an existing PSC endpoint
    PscConnectionId string
    (string) - The ID of the underlying Private Service Connect connection in the GCP consumer project, assigned by GCP when the PSC connection is created
    PscEndpoint string
    (string) - The name of this PSC connection in the GCP consumer project. Provided by the customer when registering an existing PSC endpoint
    ServiceAttachmentId string
    (string) - The ID of the Databricks service attachment this PSC endpoint connects to
    EndpointRegion string
    (string) - The GCP region of the PSC connection endpoint. Provided by the customer when registering an existing PSC endpoint. GCP supports only same-region PSC, so this must match the workspace region
    ProjectId string
    (string) - The GCP consumer project ID in which this PSC endpoint is created. Provided by the customer when registering an existing PSC endpoint
    PscConnectionId string
    (string) - The ID of the underlying Private Service Connect connection in the GCP consumer project, assigned by GCP when the PSC connection is created
    PscEndpoint string
    (string) - The name of this PSC connection in the GCP consumer project. Provided by the customer when registering an existing PSC endpoint
    ServiceAttachmentId string
    (string) - The ID of the Databricks service attachment this PSC endpoint connects to
    endpoint_region string
    (string) - The GCP region of the PSC connection endpoint. Provided by the customer when registering an existing PSC endpoint. GCP supports only same-region PSC, so this must match the workspace region
    project_id string
    (string) - The GCP consumer project ID in which this PSC endpoint is created. Provided by the customer when registering an existing PSC endpoint
    psc_connection_id string
    (string) - The ID of the underlying Private Service Connect connection in the GCP consumer project, assigned by GCP when the PSC connection is created
    psc_endpoint string
    (string) - The name of this PSC connection in the GCP consumer project. Provided by the customer when registering an existing PSC endpoint
    service_attachment_id string
    (string) - The ID of the Databricks service attachment this PSC endpoint connects to
    endpointRegion String
    (string) - The GCP region of the PSC connection endpoint. Provided by the customer when registering an existing PSC endpoint. GCP supports only same-region PSC, so this must match the workspace region
    projectId String
    (string) - The GCP consumer project ID in which this PSC endpoint is created. Provided by the customer when registering an existing PSC endpoint
    pscConnectionId String
    (string) - The ID of the underlying Private Service Connect connection in the GCP consumer project, assigned by GCP when the PSC connection is created
    pscEndpoint String
    (string) - The name of this PSC connection in the GCP consumer project. Provided by the customer when registering an existing PSC endpoint
    serviceAttachmentId String
    (string) - The ID of the Databricks service attachment this PSC endpoint connects to
    endpointRegion string
    (string) - The GCP region of the PSC connection endpoint. Provided by the customer when registering an existing PSC endpoint. GCP supports only same-region PSC, so this must match the workspace region
    projectId string
    (string) - The GCP consumer project ID in which this PSC endpoint is created. Provided by the customer when registering an existing PSC endpoint
    pscConnectionId string
    (string) - The ID of the underlying Private Service Connect connection in the GCP consumer project, assigned by GCP when the PSC connection is created
    pscEndpoint string
    (string) - The name of this PSC connection in the GCP consumer project. Provided by the customer when registering an existing PSC endpoint
    serviceAttachmentId string
    (string) - The ID of the Databricks service attachment this PSC endpoint connects to
    endpoint_region str
    (string) - The GCP region of the PSC connection endpoint. Provided by the customer when registering an existing PSC endpoint. GCP supports only same-region PSC, so this must match the workspace region
    project_id str
    (string) - The GCP consumer project ID in which this PSC endpoint is created. Provided by the customer when registering an existing PSC endpoint
    psc_connection_id str
    (string) - The ID of the underlying Private Service Connect connection in the GCP consumer project, assigned by GCP when the PSC connection is created
    psc_endpoint str
    (string) - The name of this PSC connection in the GCP consumer project. Provided by the customer when registering an existing PSC endpoint
    service_attachment_id str
    (string) - The ID of the Databricks service attachment this PSC endpoint connects to
    endpointRegion String
    (string) - The GCP region of the PSC connection endpoint. Provided by the customer when registering an existing PSC endpoint. GCP supports only same-region PSC, so this must match the workspace region
    projectId String
    (string) - The GCP consumer project ID in which this PSC endpoint is created. Provided by the customer when registering an existing PSC endpoint
    pscConnectionId String
    (string) - The ID of the underlying Private Service Connect connection in the GCP consumer project, assigned by GCP when the PSC connection is created
    pscEndpoint String
    (string) - The name of this PSC connection in the GCP consumer project. Provided by the customer when registering an existing PSC endpoint
    serviceAttachmentId String
    (string) - The ID of the Databricks service attachment this PSC endpoint connects to

    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.101.0
    published on Thursday, Jul 30, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial