paws.security.identity (version 0.1.0)

directoryservice_describe_event_topics: Obtains information about which SNS topics receive status messages from the specified directory

Description

Obtains information about which SNS topics receive status messages from the specified directory.

Usage

directoryservice_describe_event_topics(DirectoryId, TopicNames)

Arguments

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.

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.

Request syntax

svc$describe_event_topics(
  DirectoryId = "string",
  TopicNames = list(
    "string"
  )
)

Details

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