amazonka-sns-1.2.0: Amazon Simple Notification Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SNS.AddPermission

Contents

Description

Adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.

See: AWS API Reference for AddPermission.

Synopsis

Creating a Request

addPermission Source

Creates a value of AddPermission with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

apTopicARN :: Lens' AddPermission Text Source

The ARN of the topic whose access control policy you wish to modify.

apLabel :: Lens' AddPermission Text Source

A unique identifier for the new policy statement.

apAWSAccountId :: Lens' AddPermission [Text] Source

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.

apActionName :: Lens' AddPermission [Text] Source

The action you want to allow for the specified principal(s).

Valid values: any Amazon SNS action name.

Destructuring the Response

addPermissionResponse :: AddPermissionResponse Source

Creates a value of AddPermissionResponse with the minimum fields required to make a request.