Values.ContainerFindingResourceSourceContains information about container resources involved in a GuardDuty finding. This structure provides details about containers that were identified as part of suspicious or malicious activity.
type nonrec t = {image : String_.t option;The container image information, including the image name and tag used to run the container that was involved in the finding.
*)imageUid : ContainerImageUid.t option;The unique ID associated with the container image.
*)}