class Aws::Rekognition::Types::NotificationChannel

The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status of a video analysis operation. For more information, see api-video. Note that the Amazon SNS topic must have a topic name that begins with AmazonRekognition if you are using the AmazonRekognitionServiceRole permissions policy to access the topic. For more information, see [Giving access to multiple Amazon SNS topics].

[1]: docs.aws.amazon.com/rekognition/latest/dg/api-video-roles.html#api-video-roles-all-topics

@note When making an API call, you may pass NotificationChannel

data as a hash:

    {
      sns_topic_arn: "SNSTopicArn", # required
      role_arn: "RoleArn", # required
    }

@!attribute [rw] sns_topic_arn

The Amazon SNS topic to which Amazon Rekognition to posts the
completion status.
@return [String]

@!attribute [rw] role_arn

The ARN of an IAM role that gives Amazon Rekognition publishing
permissions to the Amazon SNS topic.
@return [String]

Constants

SENSITIVE