Databricks SDK for JavaScript
    Preparing search index...
    interface CreateVpcEndpointRequest {
        accountId?: string;
        awsVpcEndpointId?: string;
        region?: string;
        vpcEndpointInfo?: {
            $case: "gcpVpcEndpointInfo";
            gcpVpcEndpointInfo: GcpVpcEndpointInfo;
        };
        vpcEndpointName?: string;
    }
    Index

    Properties

    accountId?: string
    awsVpcEndpointId?: string

    The ID of the VPC endpoint object in AWS.

    region?: string

    The region in which this VPC endpoint object exists.

    vpcEndpointInfo?: {
        $case: "gcpVpcEndpointInfo";
        gcpVpcEndpointInfo: GcpVpcEndpointInfo;
    }

    Type Declaration

    • $case: "gcpVpcEndpointInfo"
    • gcpVpcEndpointInfo: GcpVpcEndpointInfo

      The cloud info of this vpc endpoint.

    vpcEndpointName?: string

    The human-readable name of the storage configuration.