class Aws::Textract::Types::NotificationChannel

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

@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 that Amazon Textract posts the completion
status to.
@return [String]

@!attribute [rw] role_arn

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

@see docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/NotificationChannel AWS API Documentation

Constants

SENSITIVE