directoryservice_register_event_topic: Associates a directory with an Amazon SNS topic

View source: R/directoryservice_operations.R

directoryservice_register_event_topicR Documentation

Associates a directory with an Amazon SNS topic

Description

Associates a directory with an Amazon SNS topic. This establishes the directory as a publisher to the specified Amazon SNS topic. You can then receive email or text (SMS) messages when the status of your directory changes. You get notified if your directory goes from an Active status to an Impaired or Inoperable status. You also receive a notification when the directory returns to an Active status.

See https://www.paws-r-sdk.com/docs/directoryservice_register_event_topic/ for full documentation.

Usage

directoryservice_register_event_topic(DirectoryId, TopicName)

Arguments

DirectoryId

[required] The Directory ID that will publish status messages to the Amazon SNS topic.

TopicName

[required] The Amazon SNS topic name to which the directory will publish status messages. This Amazon SNS topic must be in the same region as the specified Directory ID.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.