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_arn ⇒ String

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

Returns:

  • (String)


7243
7244
7245
7246
7247
7248
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7243

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

#topic_status ⇒ String

The current state of the topic.

Returns:

  • (String)


7243
7244
7245
7246
7247
7248
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7243

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