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

interface NotificationChannel {
    RoleArn: undefined | string;
    SNSTopicArn: undefined | string;
}

Properties

Properties

RoleArn: undefined | string

The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

SNSTopicArn: undefined | string

The Amazon SNS topic that Amazon Textract posts the completion status to.