directoryservice_describe_event_topics {paws.security.identity} | R Documentation |
Obtains information about which Amazon SNS topics receive status messages from the specified directory
Description
Obtains information about which Amazon SNS topics receive status messages from the specified directory.
See https://www.paws-r-sdk.com/docs/directoryservice_describe_event_topics/ for full documentation.
Usage
directoryservice_describe_event_topics(DirectoryId = NULL, TopicNames = NULL)
Arguments
DirectoryId |
The Directory ID for which to get the list of associated Amazon SNS topics. If this member is null, associations for all Directory IDs are returned. |
TopicNames |
A list of Amazon 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 |
[Package paws.security.identity version 0.7.0 Index]