This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Backup::BackupPlan AdvancedBackupSettingResourceType
Specifies an object containing resource type and backup options. This is only supported for Windows VSS backups.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BackupOptions" :Json, "ResourceType" :String}
YAML
BackupOptions:JsonResourceType:String
Properties
BackupOptions-
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 theWindowsVSSbackup option and create a Windows VSS backup.Set to
"WindowsVSS":"disabled"to create a regular backup. TheWindowsVSSoption is not enabled by default.If you specify an invalid option, you get an
InvalidParameterValueExceptionexception.For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup.
Required: Yes
Type: Json
Update requires: No interruption
ResourceType-
The name of a resource type. The only supported resource type is EC2.
Required: Yes
Type: String
Update requires: No interruption