Databricks SDK for JavaScript
    Preparing search index...
    interface SlackConfig {
        channelId?: string;
        channelIdSet?: boolean;
        oauthToken?: string;
        oauthTokenSet?: boolean;
        url?: string;
        urlSet?: boolean;
    }
    Index

    Properties

    channelId?: string

    [Input-Only] Slack channel ID for notifications.

    channelIdSet?: boolean

    [Output-Only] Whether channel ID is set.

    oauthToken?: string

    [Input-Only] OAuth token for Slack authentication.

    oauthTokenSet?: boolean

    [Output-Only] Whether OAuth token is set.

    url?: string

    [Input-Only] URL for Slack destination.

    urlSet?: boolean

    [Output-Only] Whether URL is set.