BackupPlanInput class
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 AWS resources.
Constructors
-
BackupPlanInput({required String backupPlanName, required List<
BackupRuleInput> rules, List<AdvancedBackupSetting> ? advancedBackupSettings})
Properties
-
advancedBackupSettings
→ List<
AdvancedBackupSetting> ? -
Specifies a list of
BackupOptions
for each resource type. These settings are only available for Windows VSS backup jobs.final - backupPlanName → String
-
The optional display name of a backup plan.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
rules
→ List<
BackupRuleInput> -
An array of
BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited