Values.ControlMetadataSourceThe metadata that's associated with the standard control or custom control.
type nonrec t = {arn : AuditManagerArn.t option;The Amazon Resource Name (ARN) of the control.
*)id : UUID.t option;The unique identifier for the control.
*)name : ControlName.t option;The name of the control.
*)controlSources : ControlSources.t option;The data source that determines where Audit Manager collects evidence from for the control.
*)createdAt : Timestamp.t option;The time when the control was created.
*)lastUpdatedAt : Timestamp.t option;The time when the control was most recently updated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AuditManagerArn.t | `Timestamp of Timestamp.t ])
list ]