workdocs_create_notification_subscription: Configure Amazon WorkDocs to use Amazon SNS notifications

View source: R/workdocs_operations.R

workdocs_create_notification_subscriptionR Documentation

Configure Amazon WorkDocs to use Amazon SNS notifications

Description

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.

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.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.