ScanSetting

Contains configuration settings for malware scanning, including the scanner type, target resource types, and scanner role.

Types

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

Properties

Link copied to clipboard

The malware scanner to use for scanning. Currently only GUARDDUTY is supported.

Link copied to clipboard

An array of resource types to be scanned for malware.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that the scanner uses to access resources; for example, arn:aws:iam::123456789012:role/ScannerRole.

Functions

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