Values.AccessPreviewSummarySourceContains a summary of information about an access preview.
type nonrec t = {id : AccessPreviewId.t option;The unique ID for the access preview.
*)analyzerArn : AnalyzerArn.t option;The ARN of the analyzer used to generate the access preview.
*)createdAt : Timestamp.t option;The time at which the access preview was created.
*)status : AccessPreviewStatus.t option;The status of the access preview. Creating - The access preview creation is in progress. Completed - The access preview is complete and previews the findings for external access to the resource. Failed - The access preview creation has failed.
*)statusReason : AccessPreviewStatusReason.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AccessPreviewId.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Timestamp.t ])
list ]