Obtains information about which SNS topics receive status messages from the specified directory.
directoryservice_describe_event_topics(DirectoryId, TopicNames)
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.
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.
svc$describe_event_topics( DirectoryId = "string", TopicNames = list( "string" ) )
If no input parameters are provided, such as DirectoryId or TopicName, this request describes all of the associations in the account.