Databricks SDK for JavaScript
    Preparing search index...

    Interface ListLogDeliveryConfigurationResponse

    interface ListLogDeliveryConfigurationResponse {
        logDeliveryConfigurations?: LogDeliveryConfiguration[];
        nextPageToken?: string;
    }
    Index

    Properties

    logDeliveryConfigurations?: LogDeliveryConfiguration[]

    Log delivery configurations were returned successfully.

    nextPageToken?: string

    Token which can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no subsequent budgets.