Databricks SDK for JavaScript
    Preparing search index...

    Interface ListLogDeliveryConfigurationRequest

    List Log Delivery Configuration

    interface ListLogDeliveryConfigurationRequest {
        accountId?: string;
        credentialsId?: string;
        pageToken?: string;
        status?: LogDeliveryConfigStatus;
        storageConfigurationId?: string;
    }
    Index

    Properties

    accountId?: string

    account ID.

    credentialsId?: string

    The Credentials id to filter the search results with

    pageToken?: string

    A page token received from a previous get all budget configurations call. This token can be used to retrieve the subsequent page. Requests first page if absent.

    The log delivery status to filter the search results with

    storageConfigurationId?: string

    The Storage Configuration id to filter the search results with