paws.application.integration (version 0.1.0)

sns_get_topic_attributes: 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.

Request syntax

svc$get_topic_attributes(
  TopicArn = "string"
)