AWSRekognitionNotificationChannel
Objective-C
@interface AWSRekognitionNotificationChannel
Swift
class AWSRekognitionNotificationChannel
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.
Required parameters: [SNSTopicArn, RoleArn]
-
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;
Swift
var roleArn: String? { get set }
-
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable SNSTopicArn;
Swift
var snsTopicArn: String? { get set }