AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Finds an existing Amazon SNS topic by iterating all SNS topics until a match is found.

The ListTopics method is used to fetch upto 100 SNS topics at a time until a SNS topic with an TopicArn that matches is found.

Namespace: Amazon.SimpleNotificationService
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract Topic FindTopic(
         String topicName
)

Parameters

topicName
Type: System.String

The name of the topic find

Return Value
Type: Amazon.SimpleNotificationService.Model.Topic
The matched SNS topic.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5