Skip to content

/AWS1/CL_REKNOTIFCHANNEL

The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status of a video analysis operation. For more information, see Calling Amazon Rekognition Video operations. Note that the Amazon SNS topic must have a topic name that begins with AmazonRekognition if you are using the AmazonRekognitionServiceRole permissions policy to access the topic. For more information, see Giving access to multiple Amazon SNS topics.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_snstopicarn TYPE /AWS1/REKSNSTOPICARN /AWS1/REKSNSTOPICARN

The Amazon SNS topic to which Amazon Rekognition posts the completion status.

iv_rolearn TYPE /AWS1/REKROLEARN /AWS1/REKROLEARN

The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.


Queryable Attributes

SNSTopicArn

The Amazon SNS topic to which Amazon Rekognition posts the completion status.

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 ARN of an IAM role that gives Amazon Rekognition 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