PlanAdvancedBackupSetting class
Constructors
-
PlanAdvancedBackupSetting({required Input<Map<String, String>> backupOptions, required Input<String> resourceType})
-
Creates a new PlanAdvancedBackupSetting.
backupOptions Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs. Set to { WindowsVSS = "enabled" } to enable Windows VSS backup option and create a VSS Windows backup.
resourceType The type of AWS resource to be backed up. For VSS Windows backups, the only supported resource type is Amazon EC2. Valid values: EC2.
const
-
PlanAdvancedBackupSetting.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
backupOptions
→ Input<Map<String, String>>
-
Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs. Set to
{ WindowsVSS = "enabled" } to enable Windows VSS backup option and create a VSS Windows backup.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
resourceType
→ Input<String>
-
The type of AWS resource to be backed up. For VSS Windows backups, the only supported resource type is Amazon EC2. Valid values:
EC2.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited