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
stringThe ARN of the topic whose access control policy you wish to modify.
label
stringThe 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
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; }