Class: Aws::DAX::Types::NotificationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dax/types.rb

Overview

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arnString

The Amazon Resource Name (ARN) that identifies the topic.

Returns:

  • (String)


1081
1082
1083
1084
1085
# File 'lib/aws-sdk-dax/types.rb', line 1081

class NotificationConfiguration < Struct.new(
  :topic_arn,
  :topic_status)
  include Aws::Structure
end

#topic_statusString

The current state of the topic.

Returns:

  • (String)


1081
1082
1083
1084
1085
# File 'lib/aws-sdk-dax/types.rb', line 1081

class NotificationConfiguration < Struct.new(
  :topic_arn,
  :topic_status)
  include Aws::Structure
end