Snowflake · JSON Structure

Notification Integration Notification Queue Aws Sns Outbound Structure

Type: object Properties: 4
Data LakesData SharingData WarehousingDatabaseSQL

NotificationQueueAwsSnsOutbound is a JSON Structure definition published by Snowflake, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

aws_sns_topic_arn aws_sns_role_arn sf_aws_iam_user_arn sf_aws_external_id

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NotificationQueueAwsSnsOutbound",
  "type": "object",
  "properties": {
    "aws_sns_topic_arn": {
      "type": "string"
    },
    "aws_sns_role_arn": {
      "type": "string"
    },
    "sf_aws_iam_user_arn": {
      "type": "string"
    },
    "sf_aws_external_id": {
      "type": "string"
    }
  }
}