sns_add_permission: Adds a statement to a topic's access control policy, granting...

View source: R/sns_operations.R

sns_add_permissionR Documentation

Adds a statement to a topic's access control policy, granting access for the specified Amazon Web Services accounts to the specified actions

Description

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

See https://www.paws-r-sdk.com/docs/sns_add_permission/ for full documentation.

Usage

sns_add_permission(TopicArn, Label, AWSAccountId, ActionName)

Arguments

TopicArn

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

Label

[required] A unique identifier for the new policy statement.

AWSAccountId

[required] The Amazon Web Services account IDs of the users (principals) who will be given access to the specified actions. The users must have Amazon Web Services account, but do not need to be signed up for this service.

ActionName

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

Valid values: Any Amazon SNS action name, for example publish.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.