Snowflake · Schema

NotificationHook

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
type string Type of NotificationHook, can be QUEUE, EMAIL or WEBHOOK
View JSON Schema on GitHub

JSON Schema

notification-integration-notification-hook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NotificationHook",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Type of NotificationHook, can be QUEUE, EMAIL or WEBHOOK"
    }
  }
}