GetWorkspacePrivateEndpointConnectionResult

data class GetWorkspacePrivateEndpointConnectionResult(val connections: List<GetWorkspacePrivateEndpointConnectionConnection>, val id: String, val privateEndpointId: String, val workspaceId: String)

A collection of values returned by getWorkspacePrivateEndpointConnection.

Constructors

constructor(connections: List<GetWorkspacePrivateEndpointConnectionConnection>, id: String, privateEndpointId: String, workspaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A connections block as documented below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The resource ID of the Private Endpoint.

Link copied to clipboard

The resource ID of the Databricks Workspace.