PlanAdvancedBackupSetting

data class PlanAdvancedBackupSetting(val backupOptions: Map<String, String>, val resourceType: String)

Constructors

Link copied to clipboard
constructor(backupOptions: Map<String, String>, resourceType: String)

Types

Link copied to clipboard
object Companion

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.