Databricks SDK for JavaScript
    Preparing search index...
    interface AwsVpcEndpointInfo {
        awsAccountId?: string;
        awsEndpointServiceId?: string;
        awsVpcEndpointId?: string;
    }
    Index

    Properties

    awsAccountId?: string

    The AWS account ID in which this VPC endpoint lives.

    awsEndpointServiceId?: string

    The ID of the Databricks VPC endpoint service that this endpoint connects to.

    awsVpcEndpointId?: string

    The ID of the underlying VPC endpoint in AWS. Provided by the customer when registering an existing AWS VPC endpoint.