TTextractNotificationChannel
Class in AWS.Textract
NotificationChannel class.
Ancestors
Properties
RoleArn
property RoleArn: TARN
SNSTopicArn
property SNSTopicArn: TARN
Constructors
Create
constructor Create(const ASNSTopicArn, ARoleArn: TARN);
Constructor for TTextractNotificationChannel.
Parameters
| Name | Description |
|---|---|
ASNSTopicArn | Specify the Amazon Resource Name (ARN) of an Amazon SNS topic to receive Amazon Textract completion status notifications. |
ARoleArn | Specify the Amazon Resource Name (ARN) of an IAM Role giving Amazon Textract publishing permissions to the Amazon SNS topic. |