Values.ResourceV2SourceContains information about the Amazon Web Services resource that is associated with the GuardDuty finding.
type nonrec t = {uid : String_.t option;The unique identifier of the resource.
*)name : String_.t option;The name of the resource.
*)accountId : String_.t option;The Amazon Web Services account ID to which the resource belongs.
*)resourceType : FindingResourceType.t option;The type of the Amazon Web Services resource.
*)region : String_.t option;The Amazon Web Services Region where the resource belongs.
*)service : String_.t option;The Amazon Web Services service of the resource.
*)cloudPartition : String_.t option;The cloud partition within the Amazon Web Services Region to which the resource belongs.
*)data : ResourceData.t option;Contains information about the Amazon Web Services resource associated with the activity that prompted GuardDuty to generate a finding.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ])
list ])
list ]