Plan Advanced Backup Setting Args
data class PlanAdvancedBackupSettingArgs(val backupOptions: Output<Map<String, String>>, val resourceType: Output<String>) : ConvertibleToJava<PlanAdvancedBackupSettingArgs>
Properties
Link copied to clipboard
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.
Link copied to clipboard
The type of AWS resource to be backed up. For VSS Windows backups, the only supported resource type is Amazon EC2. Valid values: EC2
.