Class: Aws::ElastiCache::Types::NotificationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::NotificationConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#topic_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the topic.
-
#topic_status ⇒ String
The current state of the topic.
Instance Attribute Details
#topic_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the topic.
7175 7176 7177 7178 7179 7180 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7175 class NotificationConfiguration < Struct.new( :topic_arn, :topic_status) SENSITIVE = [] include Aws::Structure end |
#topic_status ⇒ String
The current state of the topic.
7175 7176 7177 7178 7179 7180 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7175 class NotificationConfiguration < Struct.new( :topic_arn, :topic_status) SENSITIVE = [] include Aws::Structure end |