Skip to content

Send Object Malware Scan

guardduty_send_object_malware_scan R Documentation

Initiates a malware scan for a specific S3 object

Description

Initiates a malware scan for a specific S3 object. This API allows you to perform on-demand malware scanning of individual objects in S3 buckets that have Malware Protection for S3 enabled.

When you use this API, the Amazon Web Services service terms for GuardDuty Malware Protection apply. For more information, see Amazon Web Services service terms for GuardDuty Malware Protection.

Usage

guardduty_send_object_malware_scan(S3Object)

Arguments

S3Object

The S3 object information for the object you want to scan. The bucket must have a Malware Protection plan configured to use this API.

Value

An empty list.

Request syntax

svc$send_object_malware_scan(
  S3Object = list(
    Bucket = "string",
    Key = "string",
    VersionId = "string"
  )
)