Class: Aws::TimestreamQuery::Types::AccountSettingsNotificationConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#role_arnString

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.

Returns:

  • (String)


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_configurationTypes::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