Configure Amazon WorkDocs to use Amazon SNS notifications
Source:R/workdocs_operations.R
workdocs_create_notification_subscription.RdConfigure 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.
Usage
workdocs_create_notification_subscription(
OrganizationId,
Endpoint,
Protocol,
SubscriptionType
)Arguments
- OrganizationId
[required] The ID of the organization.
- Endpoint
[required] The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with
https.- Protocol
[required] The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.
- SubscriptionType
[required] The notification type.