directoryservice_deregister_event_topic: Removes the specified directory as a publisher to the specified SNS
topic
Description
Removes the specified directory as a publisher to the specified SNS
topic.
Usage
directoryservice_deregister_event_topic(DirectoryId, TopicName)
Arguments
DirectoryId
[required] The Directory ID to remove as a publisher. This directory will no longer
send messages to the specified SNS topic.
TopicName
[required] The name of the SNS topic from which to remove the directory as a
publisher.
Request syntax
svc$deregister_event_topic(
DirectoryId = "string",
TopicName = "string"
)