BackupPlan

Contains an optional backup plan display name and an array of BackupRule objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task and can back up a different selection of Amazon Web Services resources.

Types

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

Properties

Link copied to clipboard

Contains a list of BackupOptions for each resource type.

Link copied to clipboard

The display name of a backup plan. Must contain only alphanumeric or '-_.' special characters.

Link copied to clipboard

An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.

Functions

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