Values_0.ScheduledAuditMetadataSourceInformation about the scheduled audit.
type nonrec t = {scheduledAuditName : ScheduledAuditName.t option;The name of the scheduled audit.
*)scheduledAuditArn : ScheduledAuditArn.t option;The ARN of the scheduled audit.
*)frequency : AuditFrequency.t option;How often the scheduled audit occurs.
*)dayOfMonth : DayOfMonth.t option;The day of the month on which the scheduled audit is run (if the frequency is "MONTHLY"). If days 29-31 are specified, and the month does not have that many days, the audit takes place on the "LAST" day of the month.
*)dayOfWeek : DayOfWeek.t option;The day of the week on which the scheduled audit is run (if the frequency is "WEEKLY" or "BIWEEKLY").
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ScheduledAuditName.t ]) list ]