Method: Aws::WorkDocs::Client#create_notification_subscription
- Defined in:
- lib/aws-sdk-workdocs/client.rb
#create_notification_subscription(params = {}) ⇒ Types::CreateNotificationSubscriptionResponse
Configure Amazon WorkDocs to use Amazon SNS notifications. The endpoint receives a confirmation message, and must confirm the subscription.
For more information, see [Setting up notifications for an IAM user or role] in the *Amazon WorkDocs Developer Guide*.
[1]: docs.aws.amazon.com/workdocs/latest/developerguide/manage-notifications.html
873 874 875 876 |
# File 'lib/aws-sdk-workdocs/client.rb', line 873 def create_notification_subscription(params = {}, = {}) req = build_request(:create_notification_subscription, params) req.send_request() end |