View source: R/subscriptions.r
| get_subscription_attrs | R Documentation |
Get or set subscription attributes
get_subscription_attrs(subscription, ...) set_subscription_attrs(subscription, attribute, ...)
subscription |
A character string containing an SNS Subscription Amazon Resource Name (ARN). |
... |
Additional arguments passed to |
attribute |
A named, single-element list containing a subscription attribute. Name must be either “DeliveryPolicy” or “RawMessageDelivery”. |
get_subscription_attrs retrieves subscription attributes, while
set_subscription_attrs can be used to set those attributes.
If successful, for get_subscription_attrs: a named list
containing some details of the request, for set_subscription_attrs: a
logical TRUE value. Otherwise, a data structure of class
“aws_error” containing any error message(s) from AWS and information
about the request attempt.
Thomas J. Leeper
GetSubscriptionAttributes SetSubscriptionAttributes
subscribe list_subscriptions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.