Skip to content

Get Topic Attributes

sns_get_topic_attributes R Documentation

Returns all of the properties of a topic

Description

Returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.

Usage

sns_get_topic_attributes(TopicArn)

Arguments

TopicArn

[required] The ARN of the topic whose properties you want to get.

Value

A list with the following syntax:

list(
  Attributes = list(
    "string"
  )
)

Request syntax

svc$get_topic_attributes(
  TopicArn = "string"
)