ScanResult

Contains the results of a security scan, including scanner information, scan state, and any findings discovered.

Types

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

Properties

Link copied to clipboard

An array of findings discovered during the scan.

Link copied to clipboard

The timestamp of when the last scan was performed, in Unix format and Coordinated Universal Time (UTC).

Link copied to clipboard

The malware scanner used to perform the scan. Currently only GUARDDUTY is supported.

Link copied to clipboard

The final state of the scan job.

Functions

Link copied to clipboard
inline fun copy(block: ScanResult.Builder.() -> Unit = {}): ScanResult
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