{ "$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" } } }