Values.AssessmentFrameworkSourceThe file used to structure and automate Audit Manager assessments for a given compliance standard.
type nonrec t = {id : UUID.t option;The unique identifier for the framework.
*)arn : AuditManagerArn.t option;The Amazon Resource Name (ARN) of the framework.
*)metadata : FrameworkMetadata.t option;controlSets : AssessmentControlSets.t option;The control sets that are associated with the framework.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `String of NonEmptyString.t
| `Structure of
(string
* [> `String of Username.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of IamArn.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of ControlSetId.t ])
list ]
list
| `String of UUID.t
| `Structure of (string * [> `String of AssessmentName.t ]) list ])
list ]