list_subscriptions: List subscriptions for a topic

View source: R/subscriptions.r

list_subscriptionsR Documentation

List subscriptions for a topic

Description

Lists subscriptions for a specified topic

Usage

list_subscriptions(topic, token, ...)

Arguments

topic

A character string containing an SNS Topic Amazon Resource Name (ARN).

token

A paging paramter used to return additional pages of results. This will be available in the “NextToken” attribute of a previous call to list_subscriptions.

...

Additional arguments passed to snsHTTP.

Details

Lists subscriptions for a specified topic. Up to 100 subscriptions are returned by each request. The token argument can be used to return additional results.

Value

If successful, a dataframe containing details of . Otherwise, a data structure of class “aws_error” containing any error message(s) from AWS and information about the request attempt.

Author(s)

Thomas J. Leeper

References

ListSubscriptions

See Also

subscribe unsubscribe get_subscription_attrs


cloudyr/aws.sns documentation built on June 26, 2022, 4:04 a.m.