Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateLogDeliveryConfigurationRequest

    Update Log Delivery Configuration

    interface UpdateLogDeliveryConfigurationRequest {
        accountId?: string;
        configId?: string;
        status?: LogDeliveryConfigStatus;
    }
    Index

    Properties

    accountId?: string

    account ID of any type. For non-E2 account types, get your account ID from the Accounts Console.

    configId?: string

    The log delivery configuration id of customer

    Status of log delivery configuration. Set to ENABLED (enabled) or DISABLED (disabled). Defaults to ENABLED. You can enable or disable the configuration later. Deletion of a configuration is not supported, so disable a log delivery configuration that is no longer needed.