Values.SubscriberSourceThe recipient of AnomalySubscription notifications.
type nonrec t = {address : SubscriberAddress.t option;The email address or SNS Amazon Resource Name (ARN). This depends on the Type.
*)type_ : SubscriberType.t option;The notification delivery channel.
*)status : SubscriberStatus.t option;Indicates if the subscriber accepts the notifications.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SubscriberAddress.t ]) list ]