RecoveryPointCreator

Contains information about the backup plan and rule that Backup used to initiate the recovery point backup.

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

Uniquely identifies a backup plan.

Link copied to clipboard

The name of the backup plan that created this recovery point. This provides human-readable context about which backup plan was responsible for the backup job.

Link copied to clipboard

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

Link copied to clipboard

The cron expression that defines the schedule for the backup rule. This shows the frequency and timing of when backups are automatically triggered.

Link copied to clipboard

Uniquely identifies a rule used to schedule the backup of a selection of resources.

Link copied to clipboard

The name of the backup rule within the backup plan that created this recovery point. This helps identify which specific rule triggered the backup job.

Link copied to clipboard

The timezone used for the backup rule schedule. This provides context for when backups are scheduled to run in the specified timezone.

Functions

Link copied to clipboard
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