Amazon Rekognition · JSON Structure

Amazon Rekognition Notification Channel Structure

Amazon SNS topic for completion status notifications.

Type: object Properties: 2
Celebrity RecognitionComputer VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine LearningObject DetectionText DetectionVideo Analysis

NotificationChannel is a JSON Structure definition published by Amazon Rekognition, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SNSTopicArn RoleArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rekognition/refs/heads/main/json-structure/amazon-rekognition-notification-channel-structure.json",
  "name": "NotificationChannel",
  "description": "Amazon SNS topic for completion status notifications.",
  "type": "object",
  "properties": {
    "SNSTopicArn": {
      "type": "string",
      "description": "The Amazon SNS topic ARN to post completion status.",
      "example": "arn:aws:sns:us-east-1:123456789012:AmazonRekognitionTopic"
    },
    "RoleArn": {
      "type": "string",
      "description": "The ARN of an IAM role that gives Rekognition publishing permissions.",
      "example": "arn:aws:iam::123456789012:role/RekognitionRole"
    }
  }
}