Databricks SDK for JavaScript
    Preparing search index...

    Interface EgressNetworkPolicy_NetworkAccessPolicy_InternetDestination

    Users can specify accessible internet destinations when outbound access is restricted. We only support DNS_NAME (FQDN format) destinations for the time being. Going forward we may extend support to host names and IP addresses.

    interface EgressNetworkPolicy_NetworkAccessPolicy_InternetDestination {
        destination?: string;
        internetDestinationType?: EgressNetworkPolicy_NetworkAccessPolicy_InternetDestination_InternetDestinationType;
    }
    Index

    Properties

    destination?: string

    The internet destination to which access will be allowed. Format dependent on the destination type.

    The type of internet destination. Currently only DNS_NAME is supported.