Interface CfnBackupPlan.IAdvancedBackupSettingResourceTypeProperty
Specifies an object containing resource type and backup options.
Namespace: Amazon.CDK.AWS.Backup
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAdvancedBackupSettingResourceTypeProperty
Syntax (vb)
Public Interface IAdvancedBackupSettingResourceTypeProperty
Remarks
This is only supported for Windows VSS backups.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Backup;
var backupOptions;
var advancedBackupSettingResourceTypeProperty = new AdvancedBackupSettingResourceTypeProperty {
BackupOptions = backupOptions,
ResourceType = "resourceType"
};
Synopsis
Properties
Backup |
The backup option for the resource. |
Resource |
The name of a resource type. |
Properties
BackupOptions
The backup option for the resource.
object BackupOptions { get; }
Property Value
System.
Remarks
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 .
ResourceType
The name of a resource type.
string ResourceType { get; }
Property Value
System.