Table of Contents

Class RemovePermissionRequest

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Container for the parameters to the RemovePermission operation. Removes a statement from a topic's access control policy.

public class RemovePermissionRequest : AmazonSimpleNotificationServiceRequest
Inheritance
RemovePermissionRequest

Constructors

RemovePermissionRequest()

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

public RemovePermissionRequest()

RemovePermissionRequest(string, string)

Instantiates RemovePermissionRequest with the parameterized properties

public RemovePermissionRequest(string topicArn, string label)

Parameters

topicArn string

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

label string

The unique label of the statement you want to remove.

Properties

Label

Gets and sets the property Label.

The unique label of the statement you want to remove.

public string Label { get; set; }

Property Value

string

TopicArn

Gets and sets the property TopicArn.

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

public string TopicArn { get; set; }

Property Value

string