{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-fms-notificationchannel.json",
  "title": "AWSFMSNotificationChannelProperties",
  "description": "Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-fms.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-fms-notificationchannel.json",
    "sourceSha256": "518f231552adeae0eaba611a1bfe064f6d1b803fe90796ffbe947d0552ebf6c9"
  },
  "type": "object",
  "properties": {
    "SnsRoleName": {
      "$ref": "#/$defs/ResourceArn"
    },
    "SnsTopicArn": {
      "$ref": "#/$defs/ResourceArn"
    }
  },
  "typeName": "AWS::FMS::NotificationChannel",
  "$defs": {
    "ResourceArn": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^([^\\s]+)$",
          "minLength": 1,
          "maxLength": 1024
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A resource ARN.",
      "title": "AWSFMSNotificationChannelResourceArnDefinition"
    }
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-fms.git",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/SnsTopicArn"
  ],
  "required": [
    "SnsRoleName",
    "SnsTopicArn"
  ]
}
