Databricks SDK for JavaScript
    Preparing search index...

    Interface EgressNetworkPolicy_NetworkAccessPolicy_StorageDestination

    Users can specify accessible storage destinations.

    interface EgressNetworkPolicy_NetworkAccessPolicy_StorageDestination {
        azureStorageAccount?: string;
        azureStorageService?: string;
        bucketName?: string;
        region?: string;
        storageDestinationType?: EgressNetworkPolicy_NetworkAccessPolicy_StorageDestination_StorageDestinationType;
    }
    Index

    Properties

    azureStorageAccount?: string

    The Azure storage account name.

    azureStorageService?: string

    The Azure storage service type (blob, dfs, etc.).

    bucketName?: string
    region?: string

    The type of storage destination.