Values.ResourceIdentifierSourceThe details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.
type nonrec t = {resourceType : ResourceType.t option;The type of resource.
*)resourceId : ResourceId.t option;The ID of the resource (for example, sg-xxxxxx).
*)resourceName : ResourceName.t option;The custom name of the resource (if available).
*)resourceDeletionTime : ResourceDeletionTime.t option;The time that the resource was deleted.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceId.t
| `Timestamp of ResourceDeletionTime.t ])
list ]