Databricks SDK for JavaScript
    Preparing search index...
    interface EmailNotifications {
        onUpdateFailure?: string[];
        onUpdateSuccess?: string[];
    }
    Index

    Properties

    onUpdateFailure?: string[]

    A list of email addresses to be notified when an endpoint fails to update its configuration or state.

    onUpdateSuccess?: string[]

    A list of email addresses to be notified when an endpoint successfully updates its configuration or state.