You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SNS::Types::AddPermissionInputWhen passing AddPermissionInput as input to an Aws::Client method, you can use a vanilla Hash:
{
topic_arn: "topicARN", label: "label", aws_account_id: ["delegate"], action_name: ["action"], }
Instance Attribute Summary collapse
The action you want to allow for the specified principal(s).
The AWS account IDs of the users (principals) who will be given access to the specified actions.
A unique identifier for the new policy statement.
The ARN of the topic whose access control policy you wish to modify.
The action you want to allow for the specified principal(s).
Valid values: Any Amazon SNS action name, for example Publish
.
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.
#label ⇒ StringA unique identifier for the new policy statement.
#topic_arn ⇒ StringThe ARN of the topic whose access control policy you wish to modify.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4