TSNSRemovePermissionRequest
Class in AWS.SNS
RemovePermission request class.
Ancestors
Properties
PermissionLabel
property PermissionLabel: string
TopicArn
property TopicArn: TARN
Constructors
Create
constructor Create(const APermissionLabel: string; ATopicArn: TARN);
Constructor for TSNSRemovePermissionRequest.
Parameters
| Name | Description |
|---|---|
APermissionLabel | A unique label of the statement you want to remove. |
ATopicArn | The Amazon Resource Name (ARN) of the topic whose access control policy you want to modify. |