Values_0.AuditNotificationTargetSourceInformation about the targets to which audit notifications are sent.
type nonrec t = {targetArn : TargetArn.t option;The ARN of the target (SNS topic) to which audit notifications are sent.
*)roleArn : RoleArn.t option;The ARN of the role that grants permission to send notifications to the target.
*)enabled : Enabled.t option;True if notifications to the target are enabled.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Enabled.t | `String of TargetArn.t ]) list ]