Configure Amazon WorkDocs to use Amazon SNS notifications. The endpoint receives a confirmation message, and must confirm the subscription.
See https://www.paws-r-sdk.com/docs/workdocs_create_notification_subscription/ for full documentation.
workdocs_create_notification_subscription(
OrganizationId,
Endpoint,
Protocol,
SubscriptionType
)
[required] The ID of the organization.
[required] The endpoint to receive the notifications. If the protocol is HTTPS, the
endpoint is a URL that begins with https
.
[required] The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.
[required] The notification type.