Class: Aws::ElastiCache::Types::NotificationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arnString

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

Returns:

  • (String)


7133
7134
7135
7136
7137
7138
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7133

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

#topic_statusString

The current state of the topic.

Returns:

  • (String)


7133
7134
7135
7136
7137
7138
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7133

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