
set-topic-attributes
********************


DESCRIPTION
===========

The set-topic-attributes action allows a topic owner to set an
attribute of the topic to a new value.


SYNOPSIS
========

   aws sns set-topic-attributes
     --attribute-name <value>
     --attribute-value <value>
     --topic-arn <value>


REQUIRED PARAMETERS
===================

"--attribute-name"  (string)
   The name of the attribute you want to set. Only a subset of the
   topic's attributes are mutable.

   Valid values: Policy | DisplayName

"--attribute-value"  (string)
   The new value for the attribute.

"--topic-arn"  (string)
   The ARN of the topic to modify.


OPTIONAL PARAMETERS
===================

None
