ScanAction

Defines a scanning action that specifies the malware scanner and scan mode to use.

Types

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

Properties

Link copied to clipboard

The malware scanner to use for the scan action. Currently only GUARDDUTY is supported.

Link copied to clipboard

The scanning mode to use for the scan action.

Functions

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