Databricks v1.87.0 published on Friday, Feb 20, 2026 by Pulumi
Databricks v1.87.0 published on Friday, Feb 20, 2026 by Pulumi
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:
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
variables:
all:
fn::invoke:
function: databricks:getEndpoints
arguments:
accountId: eae3abf6-1496-494e-9983-4660a5ad5aab
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: Optional[pulumi.Input[int]] = None,
parent: Optional[pulumi.Input[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 dictionaryThe following arguments are supported:
getEndpoints Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Endpoints Item> - Parent string
- Page
Size int
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Endpoints Item - Parent string
- Page
Size int
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Endpoints Item> - parent String
- page
Size Integer
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Endpoints Item[] - parent string
- page
Size number
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Endpoints Item] - parent str
- page_
size int
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- parent String
- page
Size Number
Supporting Types
GetEndpointsItem
- Account
Id string - (string) - The Databricks Account in which the endpoint object exists
- Azure
Private GetEndpoint Info Endpoints Item Azure Private Endpoint Info - (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
- 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
- Account
Id string - (string) - The Databricks Account in which the endpoint object exists
- Azure
Private GetEndpoint Info Endpoints Item Azure Private Endpoint Info - (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
- 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
- account
Id String - (string) - The Databricks Account in which the endpoint object exists
- azure
Private GetEndpoint Info Endpoints Item Azure Private Endpoint Info - (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
- 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
- account
Id string - (string) - The Databricks Account in which the endpoint object exists
- azure
Private GetEndpoint Info Endpoints Item Azure Private Endpoint Info - (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
- 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
- account_
id str - (string) - The Databricks Account in which the endpoint object exists
- azure_
private_ Getendpoint_ info Endpoints Item Azure Private Endpoint Info - (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
- 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
- account
Id String - (string) - The Databricks Account in which the endpoint object exists
- azure
Private Property MapEndpoint Info - (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
- 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
GetEndpointsItemAzurePrivateEndpointInfo
- Private
Endpoint stringName - (string) - The name of the Private Endpoint in the Azure subscription
- Private
Endpoint stringResource Guid - (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 stringResource Id - (string) - The full resource ID of the Private Endpoint
- Private
Link stringService Id - (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
- Private
Endpoint stringName - (string) - The name of the Private Endpoint in the Azure subscription
- Private
Endpoint stringResource Guid - (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 stringResource Id - (string) - The full resource ID of the Private Endpoint
- Private
Link stringService Id - (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
- private
Endpoint StringName - (string) - The name of the Private Endpoint in the Azure subscription
- private
Endpoint StringResource Guid - (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 StringResource Id - (string) - The full resource ID of the Private Endpoint
- private
Link StringService Id - (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
- private
Endpoint stringName - (string) - The name of the Private Endpoint in the Azure subscription
- private
Endpoint stringResource Guid - (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 stringResource Id - (string) - The full resource ID of the Private Endpoint
- private
Link stringService Id - (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
- private_
endpoint_ strname - (string) - The name of the Private Endpoint in the Azure subscription
- private_
endpoint_ strresource_ guid - (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_ strresource_ id - (string) - The full resource ID of the Private Endpoint
- private_
link_ strservice_ id - (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
- private
Endpoint StringName - (string) - The name of the Private Endpoint in the Azure subscription
- private
Endpoint StringResource Guid - (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 StringResource Id - (string) - The full resource ID of the Private Endpoint
- private
Link StringService Id - (string) - The resource ID of the Databricks Private Link Service that this Private Endpoint connects to
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
Databricks v1.87.0 published on Friday, Feb 20, 2026 by Pulumi
