Class: Aws::DirectoryService::Types::RegisterEventTopicRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::RegisterEventTopicRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Registers a new event topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The Directory ID that will publish status messages to the Amazon SNS topic.
-
#topic_name ⇒ String
The Amazon SNS topic name to which the directory will publish status messages.
Instance Attribute Details
#directory_id ⇒ String
The Directory ID that will publish status messages to the Amazon SNS topic.
4612 4613 4614 4615 4616 4617 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4612 class RegisterEventTopicRequest < Struct.new( :directory_id, :topic_name) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
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.
4612 4613 4614 4615 4616 4617 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4612 class RegisterEventTopicRequest < Struct.new( :directory_id, :topic_name) SENSITIVE = [] include Aws::Structure end |