Values.AssessmentFrameworkMetadataSourceThe metadata that's associated with a standard framework or a custom framework.
type nonrec t = {arn : AuditManagerArn.t option;The Amazon Resource Name (ARN) of the framework.
*)id : UUID.t option;The unique identifier for the framework.
*)type_ : FrameworkType.t option;The framework type, such as a standard framework or a custom framework.
*)name : FrameworkName.t option;The name of the framework.
*)description : FrameworkDescription.t option;The description of the framework.
*)logo : Filename.t option;The logo that's associated with the framework.
*)complianceType : ComplianceType.t option;The compliance type that the new custom framework supports, such as CIS or HIPAA.
*)controlsCount : ControlsCount.t option;The number of controls that are associated with the framework.
*)controlSetsCount : ControlSetsCount.t option;The number of control sets that are associated with the framework.
*)createdAt : Timestamp.t option;The time when the framework was created.
*)lastUpdatedAt : Timestamp.t option;The time when the framework was most recently updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ControlsCount.t
| `String of AuditManagerArn.t
| `Timestamp of Timestamp.t ])
list ]