Values.AccountSettingsNotificationConfigurationSourceConfiguration settings for notifications related to account settings.
type nonrec t = {snsConfiguration : SnsConfiguration.t option;roleArn : AmazonResourceName.t;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AmazonResourceName.t
| `Structure of (string * [> `String of AmazonResourceName.t ]) list ])
list ]