Databricks SDK for JavaScript
    Preparing search index...

    Interface EgressNetworkPolicy_InternetAccessPolicy_StorageDestination

    Users can specify accessible storage destinations.

    interface EgressNetworkPolicy_InternetAccessPolicy_StorageDestination {
        allowedPaths?: string[];
        azureContainer?: string;
        azureDnsZone?: string;
        azureStorageAccount?: string;
        azureStorageService?: string;
        bucketName?: string;
        region?: string;
        type?: EgressNetworkPolicy_InternetAccessPolicy_StorageDestination_StorageDestinationType;
    }
    Index

    Properties

    allowedPaths?: string[]
    azureContainer?: string
    azureDnsZone?: string
    azureStorageAccount?: string
    azureStorageService?: string
    bucketName?: string
    region?: string