You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::RegisterEventTopicRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RegisterEventTopicRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  directory_id: "DirectoryId", # required
  topic_name: "TopicName", # required
}

Registers a new event topic.

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The Directory ID that will publish status messages to the SNS topic.

Returns:

  • (String)

    The Directory ID that will publish status messages to the SNS topic.

#topic_nameString

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

Returns:

  • (String)

    The SNS topic name to which the directory will publish status messages.