
add-permission
**************


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

The add-permission action adds a statement to a topic's access control
policy, granting access for the specified AWS accounts to the
specified actions.


SYNOPSIS
========

   aws sns add-permission
     --action-name <value>
     --aws-account-id <value>
     --topic-arn <value>
     --label <value>


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

"--action-name"  (list of string)
   The action you want to allow for the specified principal(s).

   *Parameter Syntax*

      ["string", ...]

"--aws-account-id"  (list of string)
   The AWS account IDs of the users (principals) who will be given
   access to the specified actions. The users must have AWS accounts,
   but do not need to be signed up for this service.

   *Parameter Syntax*

      ["string", ...]

"--topic-arn"  (string)
   The ARN of the topic whose access control policy you wish to
   modify.

"--label"  (string)
   A unique identifier for the new policy statement.


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

None
