NotificationChannel class

The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status of a video analysis operation. For more information, see api-video.

Constructors

NotificationChannel({required String roleArn, required String sNSTopicArn})

Properties

hashCode int
The hash code for this object.
no setterinherited
roleArn String
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sNSTopicArn String
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited