NotificationSpecification

The NotificationSpecification data structure describes a HIT event notification for a HIT type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The target for notification messages. The Destination’s format is determined by the specified Transport:

Link copied to clipboard

The list of events that should cause notifications to be sent. Valid Values: AssignmentAccepted | AssignmentAbandoned | AssignmentReturned | AssignmentSubmitted | AssignmentRejected | AssignmentApproved | HITCreated | HITExtended | HITDisposed | HITReviewable | HITExpired | Ping. The Ping event is only valid for the SendTestEventNotification operation.

Link copied to clipboard

The method Amazon Mechanical Turk uses to send the notification. Valid Values: Email | SQS | SNS.

Link copied to clipboard

The version of the Notification API to use. Valid value is 2006-05-05.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String