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 3.5
 
Container for the parameters to the RegisterEventTopic operation. Associates a directory with an SNS topic. This establishes the directory as a publisher to the specified SNS topic. You can then receive email or text (SMS) messages when the status of your directory changes. You get notified if your directory goes from an Active status to an Impaired or Inoperable status. You also receive a notification when the directory returns to an Active status.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectoryService.AmazonDirectoryServiceRequest
      Amazon.DirectoryService.Model.RegisterEventTopicRequest

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

Syntax

C#
public class RegisterEventTopicRequest : AmazonDirectoryServiceRequest
         IRequestEvents

The RegisterEventTopicRequest type exposes the following members

Constructors

NameDescription
Public Method RegisterEventTopicRequest()

Properties

NameTypeDescription
Public Property DirectoryId System.String Gets and sets the property DirectoryId.

The Directory ID that will publish status messages to the SNS topic.

Public Property TopicName System.String Gets and sets the property TopicName.

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

Version Information

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