Values.S3ObjectForSendObjectMalwareScanSourceThe S3 object path to initiate a scan, including bucket name, object key, and optional version ID.
type nonrec t = {bucket : String_.t option;The name of the S3 bucket containing the object to scan. The bucket must have GuardDuty Malware Protection enabled.
*)key : String_.t option;The key (name) of the S3 object to scan for malware. This must be the full key path of the object within the bucket.
*)versionId : String_.t option;The version ID of the S3 object to scan. If not specified, the latest version of the object is scanned.
*)}