Generate a HITType Notification data structure for use in SetHITTypeNotification
.
GenerateNotification(destination, transport = "Email", event.type,
version = "2006-05-05", event.number = "1")
Currently, a character string containing a complete email address (if transport="Email"
) or the SQS URL (if transport="SQS"
).
Currently only “Email
” and “SQS
” are supported. AWS recommends the use of the SQS transport.
A character string containing one of: AssignmentAccepted
, AssignmentAbandoned
, AssignmentReturned
, AssignmentSubmitted
, HITReviewable
, HITExpired
, or Ping
.
Version of the HITType Notification API to use. Intended only for advanced users.
Intended only for advanced users to construct custom Notifications.
A character string containing a URL query parameter-formatted Notification data structure.
Generate a Notification data structure for use in the notification
option of SetHITTypeNotification
.