Skip to main content

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

NameDescription
APermissionLabelA unique label of the statement you want to remove.
ATopicArnThe Amazon Resource Name (ARN) of the topic whose access control policy you want to modify.