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 AWS CloudFormation template, use the following syntax:
JSON
{ "BackupOptions" :
Json
, "ResourceType" :String
}
YAML
BackupOptions:
Json
ResourceType:String
Properties
BackupOptions
-
The backup option for the resource. Each option is a key-value pair.
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