Values.AnalyzedResourceSourceContains details about the analyzed resource.
type nonrec t = {resourceArn : ResourceArn.t option;The ARN of the resource that was analyzed.
*)resourceType : ResourceType.t option;The type of the resource that was analyzed.
*)createdAt : Timestamp.t option;The time at which the finding was created.
*)analyzedAt : Timestamp.t option;The time at which the resource was analyzed.
*)updatedAt : Timestamp.t option;The time at which the finding was updated.
*)isPublic : Boolean.t option;Indicates whether the policy that generated the finding grants public access to the resource.
*)actions : ActionList.t option;The actions that an external principal is granted permission to use by the policy that generated the finding.
*)status : FindingStatus.t option;The current status of the finding generated from the analyzed resource.
*)resourceOwnerAccount : String_.t option;The Amazon Web Services account ID that owns the resource.
*)error : String_.t option;An error message.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of String_.t ] list
| `String of ResourceArn.t
| `Timestamp of Timestamp.t ])
list ]