PlanAdvancedBackupSetting constructor
const
PlanAdvancedBackupSetting({})
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.
Implementation
const PlanAdvancedBackupSetting({
required this.backupOptions,
required this.resourceType,
});