Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateAlertRequest

    interface CreateAlertRequest {
        alert?: CreateAlertRequestAlert;
        autoResolveDisplayName?: boolean;
    }
    Index

    Properties

    autoResolveDisplayName?: boolean

    If true, automatically resolve alert display name conflicts. Otherwise, fail the request if the alert's display name conflicts with an existing alert's display name.