
set-subscription-attributes
***************************


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

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


SYNOPSIS
========

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


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

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

   Valid values: DeliveryPolicy

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

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


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

None
