Class DeleteTopicRequest
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Container for the parameters to the DeleteTopic operation. Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.
public class DeleteTopicRequest : AmazonSimpleNotificationServiceRequest
- Inheritance
-
DeleteTopicRequest
Constructors
DeleteTopicRequest()
Empty constructor used to set properties independently even when a simple constructor is available
public DeleteTopicRequest()
DeleteTopicRequest(string)
Instantiates DeleteTopicRequest with the parameterized properties
public DeleteTopicRequest(string topicArn)
Parameters
topicArn
stringThe ARN of the topic you want to delete.
Properties
TopicArn
Gets and sets the property TopicArn.
The ARN of the topic you want to delete.
public string TopicArn { get; set; }