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 DescribeEventTopics operation. Obtains information about which SNS topics receive status messages from the specified directory.

If no input parameters are provided, such as DirectoryId or TopicName, this request describes all of the associations in the account.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeEventTopicsRequest : AmazonDirectoryServiceRequest
         IRequestEvents

The DescribeEventTopicsRequest type exposes the following members

Constructors

Properties

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

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

Public Property TopicNames System.Collections.Generic.List<System.String> Gets and sets the property TopicNames.

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

Version Information

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