Databricks SDK for JavaScript
    Preparing search index...
    interface GcpPscEndpointInfo {
        endpointRegion?: string;
        projectId?: string;
        pscConnectionId?: string;
        pscEndpoint?: string;
        serviceAttachmentId?: string;
    }
    Index

    Properties

    endpointRegion?: 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

    The GCP consumer project ID in which this PSC endpoint is created. Provided by the customer when registering an existing PSC endpoint.

    pscConnectionId?: 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

    The name of this PSC connection in the GCP consumer project. Provided by the customer when registering an existing PSC endpoint.

    serviceAttachmentId?: string

    The ID of the service attachment this PSC endpoint connects to.