CreateTopicRequest Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Container for the parameters to the CreateTopic operation.

The CreateTopic action creates a topic to which notifications can be published. Users can create at most 100 topics. For more information, see http://aws.amazon.com/sns. This action is idempotent, so if the requester already owns a topic with the specified name, that topic's ARN is returned without creating a new topic.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleNotificationService.Model.CreateTopicRequest

Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class CreateTopicRequest : AmazonWebServiceRequest
         IRequestEvents

The CreateTopicRequest type exposes the following members

Constructors

  Name Description
Public Method CreateTopicRequest() Default constructor for a new CreateTopicRequest object. Callers should use the properties to initialize this object after creating it.
Public Method CreateTopicRequest(string) Constructs a new CreateTopicRequest object. Callers should use the properties initialize any additional object members.

Properties

  Name Description
Public Property Name The name of the topic you want to create. Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8