AWS SDK Version 4 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.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

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.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

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:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer