Values.FrameworkSourceThe file that's used to structure and automate Audit Manager assessments for a given compliance standard.
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.
*)name : FrameworkName.t option;The name of the framework.
*)type_ : FrameworkType.t option;Specifies whether the framework is a standard framework or a custom framework.
*)complianceType : ComplianceType.t option;The compliance type that the framework supports, such as CIS or HIPAA.
*)description : FrameworkDescription.t option;The description of the framework.
*)logo : Filename.t option;The logo that's associated with the framework.
*)controlSources : ControlSources.t option;The control data sources where Audit Manager collects evidence from. This API parameter is no longer supported.
*)controlSets : ControlSets.t option;The control sets that are associated with the framework. The Controls object returns a partial response when called through Framework APIs. For a complete Controls object, use GetControl.
*)createdAt : Timestamp.t option;The time when the framework was created.
*)lastUpdatedAt : Timestamp.t option;The time when the framework was most recently updated.
*)createdBy : CreatedBy.t option;The user or role that created the framework.
*)lastUpdatedBy : LastUpdatedBy.t option;The user or role that most recently updated the framework.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of UUID.t
| `Structure of
(string
* [> `Enum of string
| `String of KeywordValue.t ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ]
* [> `String of TagValue.t ])
list
| `String of AuditManagerArn.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of UUID.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of AuditManagerArn.t
| `Timestamp of Timestamp.t ])
list ]