AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

To remove the ability to change topic permissions, you must deny permissions to the AddPermission, RemovePermission, and SetTopicAttributes actions in your IAM policy.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceRequest
      Amazon.SimpleNotificationService.Model.AddPermissionRequest

Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK.SimpleNotificationService.dll
Version: 3.x.y.z

Syntax

C#
public class AddPermissionRequest : AmazonSimpleNotificationServiceRequest
         IAmazonWebServiceRequest

The AddPermissionRequest type exposes the following members

Constructors

NameDescription
Public Method AddPermissionRequest()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method AddPermissionRequest(string, string, List<String>, List<String>)

Instantiates AddPermissionRequest with the parameterized properties

Properties

NameTypeDescription
Public Property ActionName System.Collections.Generic.List<System.String>

Gets and sets the property ActionName.

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

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

Public Property AWSAccountId System.Collections.Generic.List<System.String>

Gets and sets the property AWSAccountId.

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.

Public Property Label System.String

Gets and sets the property Label.

A unique identifier for the new policy statement.

Public Property TopicArn System.String

Gets and sets the property TopicArn.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5