Class: Aws::TimestreamQuery::Types::AccountSettingsNotificationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::AccountSettingsNotificationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Configuration settings for notifications related to account settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
An Amazon Resource Name (ARN) that grants Timestream permission to publish notifications.
-
#sns_configuration ⇒ Types::SnsConfiguration
Details on SNS that are required to send the notification.
Instance Attribute Details
#role_arn ⇒ String
An Amazon Resource Name (ARN) that grants Timestream permission to publish notifications. This field is only visible if SNS Topic is provided when updating the account settings.
41 42 43 44 45 46 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 41 class AccountSettingsNotificationConfiguration < Struct.new( :sns_configuration, :role_arn) SENSITIVE = [] include Aws::Structure end |
#sns_configuration ⇒ Types::SnsConfiguration
Details on SNS that are required to send the notification.
41 42 43 44 45 46 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 41 class AccountSettingsNotificationConfiguration < Struct.new( :sns_configuration, :role_arn) SENSITIVE = [] include Aws::Structure end |