AWSTextractNotificationChannel

Objective-C

@interface AWSTextractNotificationChannel

Swift

class AWSTextractNotificationChannel

The Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Textract publishes the completion status of an asynchronous document operation.

Required parameters: [SNSTopicArn, RoleArn]

  • The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract 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 that Amazon Textract posts the completion status to.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable SNSTopicArn;

    Swift

    var snsTopicArn: String? { get set }