S3ObjectForSendObjectMalwareScan

The S3 object path to initiate a scan, including bucket name, object key, and optional version ID.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the S3 bucket containing the object to scan. The bucket must have GuardDuty Malware Protection enabled.

Link copied to clipboard
val key: String?

The key (name) of the S3 object to scan for malware. This must be the full key path of the object within the bucket.

Link copied to clipboard

The version ID of the S3 object to scan. If not specified, the latest version of the object is scanned.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String