Class: Aws::TimestreamQuery::Types::NotificationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::NotificationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Notification configuration for a scheduled query. A notification is sent by Timestream when a scheduled query is created, its state is updated or when it is deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sns_configuration ⇒ Types::SnsConfiguration
Details about the Amazon Simple Notification Service (SNS) configuration.
Instance Attribute Details
#sns_configuration ⇒ Types::SnsConfiguration
Details about the Amazon Simple Notification Service (SNS) configuration. This field is visible only when SNS Topic is provided when updating the account settings.
731 732 733 734 735 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 731 class NotificationConfiguration < Struct.new( :sns_configuration) SENSITIVE = [] include Aws::Structure end |