Skip to content

/AWS1/CL_TEXNOTIFCHANNEL

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

CONSTRUCTOR

IMPORTING

Required arguments:

IV_SNSTOPICARN TYPE /AWS1/TEXSNSTOPICARN /AWS1/TEXSNSTOPICARN

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

IV_ROLEARN TYPE /AWS1/TEXROLEARN /AWS1/TEXROLEARN

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


Queryable Attributes

SNSTopicArn

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

Accessible with the following methods

Method Description
GET_SNSTOPICARN() Getter for SNSTOPICARN, with configurable default
ASK_SNSTOPICARN() Getter for SNSTOPICARN w/ exceptions if field has no value
HAS_SNSTOPICARN() Determine if SNSTOPICARN has a value

RoleArn

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

Accessible with the following methods

Method Description
GET_ROLEARN() Getter for ROLEARN, with configurable default
ASK_ROLEARN() Getter for ROLEARN w/ exceptions if field has no value
HAS_ROLEARN() Determine if ROLEARN has a value