ScanJobCreator

Contains identifying information about the creation of a scan job, including the backup plan and rule that initiated the scan.

Types

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

Properties

Link copied to clipboard

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

Link copied to clipboard

The ID of the backup plan.

Link copied to clipboard

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.

Link copied to clipboard

Uniquely identifies the backup rule that initiated the scan job.

Functions

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