Snowflake · Schema

NotificationQueueGcpPubsubInbound

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
gcp_pubsub_subscription_name string Pub/Sub topic subscription ID used to allow Snowflake access to event messages.
gcp_pubsub_service_account string Google Cloud Platform (GCP) service account created for your account.
View JSON Schema on GitHub

JSON Schema

snowflake-notificationqueuegcppubsubinbound-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationQueueGcpPubsubInbound",
  "title": "NotificationQueueGcpPubsubInbound",
  "allOf": [
    {
      "$ref": "#/components/schemas/NotificationHook"
    }
  ],
  "properties": {
    "gcp_pubsub_subscription_name": {
      "type": "string",
      "description": "Pub/Sub topic subscription ID used to allow Snowflake access to event messages.",
      "example": "example_value"
    },
    "gcp_pubsub_service_account": {
      "type": "string",
      "readOnly": true,
      "description": "Google Cloud Platform (GCP) service account created for your account.",
      "example": "example_value"
    }
  }
}