Snowflake · Schema

NotificationIntegration

A Snowflake notification

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
name string Name of the notification.
enabled boolean Whether the notification integration is enabled.
comment string Comment for the notification integration.
created_on string Date and time when the notification was created.
View JSON Schema on GitHub

JSON Schema

notification-integration-notification-integration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NotificationIntegration",
  "type": "object",
  "description": "A Snowflake notification",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the notification."
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether the notification integration is enabled."
    },
    "comment": {
      "type": "string",
      "description": "Comment for the notification integration."
    },
    "created_on": {
      "type": "string",
      "description": "Date and time when the notification was created."
    }
  }
}