Module Values.AccountSettingsNotificationConfigurationSource

Configuration settings for notifications related to account settings.

Sourcetype nonrec t = {
  1. snsConfiguration : SnsConfiguration.t option;
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?snsConfiguration:??? -> roleArn:AmazonResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AmazonResourceName.t | `Structure of (string * [> `String of AmazonResourceName.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t