ScanJob

class ScanJob

Contains metadata about a scan job, including information about the scanning process, results, and associated resources.

Types

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

Properties

Link copied to clipboard

The account ID that owns the scan job.

Link copied to clipboard

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

Link copied to clipboard

The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created.

Link copied to clipboard

The date and time that a scan job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Link copied to clipboard

Contains identifying information about the creation of a scan job.

Link copied to clipboard

The date and time that a scan job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Link copied to clipboard

Specifies the IAM role ARN used to create the scan job; for example, arn:aws:iam::123456789012:role/S3Access.

Link copied to clipboard

The scanning engine used for the scan job. Currently only GUARDDUTY is supported.

Link copied to clipboard

An ARN that uniquely identifies the recovery point being scanned; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

Link copied to clipboard

An ARN that uniquely identifies the source resource of the recovery point being scanned.

Link copied to clipboard

The non-unique name of the resource that belongs to the specified backup.

Link copied to clipboard

The type of Amazon Web Services resource being scanned; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.

Link copied to clipboard

An ARN that uniquely identifies the base recovery point for scanning. This field is populated when an incremental scan job has taken place.

Link copied to clipboard

The scan ID generated by the malware scanner for the corresponding scan job.

Link copied to clipboard

The unique identifier that identifies the scan job request to Backup.

Link copied to clipboard

Specifies the scan type use for the scan job.

Link copied to clipboard

Specifies the scanner IAM role ARN used for the scan job.

Link copied to clipboard

Contains the scan results information, including the status of threats found during scanning.

Link copied to clipboard

The current state of the scan job.

Link copied to clipboard

A detailed message explaining the status of the scan job.

Functions

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