Module Values_1.NotificationConfigurationSource

Configures Amazon SNS notifications of available or expiring work items for work teams.

Sourcetype nonrec t = {
  1. notificationTopicArn : NotificationTopicArn.t option;
    (*

    The ARN for the Amazon SNS topic to which notifications should be published.

    *)
}
Sourceval make : ?notificationTopicArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NotificationTopicArn.t ]) 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