You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::NotificationChannel
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Rekognition::Types::NotificationChannel
 
- Defined in:
- (unknown)
Overview
When passing NotificationChannel as input to an Aws::Client method, you can use a vanilla Hash:
{
  sns_topic_arn: "SNSTopicArn", # required
  role_arn: "RoleArn", # required
}
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.
Returned by:
- StartCelebrityRecognitionRequest#notification_channel
- StartContentModerationRequest#notification_channel
- StartFaceDetectionRequest#notification_channel
- StartFaceSearchRequest#notification_channel
- StartLabelDetectionRequest#notification_channel
- StartPersonTrackingRequest#notification_channel
- StartSegmentDetectionRequest#notification_channel
- StartTextDetectionRequest#notification_channel
Instance Attribute Summary collapse
- 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic. 
- 
  
    
      #sns_topic_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon SNS topic to which Amazon Rekognition to posts the completion status. 
Instance Attribute Details
#role_arn ⇒ String
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
#sns_topic_arn ⇒ String
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.