BackupPlanAdvancedBackupSettingResourceTypeArgs

data class BackupPlanAdvancedBackupSettingResourceTypeArgs(val backupOptions: Output<Any>, val resourceType: Output<String>) : ConvertibleToJava<BackupPlanAdvancedBackupSettingResourceTypeArgs>

Constructors

constructor(backupOptions: Output<Any>, resourceType: Output<String>)

Properties

Link copied to clipboard
val backupOptions: Output<Any>

The backup option for the resource. Each option is a key-value pair. This option is only available for Windows VSS backup jobs. Valid values: Set to "WindowsVSS":"enabled" to enable the WindowsVSS backup option and create a Windows VSS backup. Set to "WindowsVSS":"disabled" to create a regular backup. The WindowsVSS option is not enabled by default. If you specify an invalid option, you get an InvalidParameterValueException exception. For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup .

Link copied to clipboard
val resourceType: Output<String>

The name of a resource type. The only supported resource type is EC2.

Functions

Link copied to clipboard
open override fun toJava(): BackupPlanAdvancedBackupSettingResourceTypeArgs