You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -79,8 +87,8 @@ This resource supports the following arguments:
79
87
80
88
`advanced_backup_setting` supports the following arguments:
81
89
82
-
*`backup_options` - (Required) 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.
83
-
*`resource_type` - (Required) The type of AWS resource to be backed up. For VSS Windows backups, the only supported resource type is Amazon EC2. Valid values: `EC2`.
90
+
*`backup_options` - (Required) Specifies service-specific backup options for the selected resource. For Windows VSS backups, set to `{ WindowsVSS = "enabled" }` (or `"disabled"`). For Amazon S3 backups, configure `{ BackupACLs = "enabled"|"disabled", BackupObjectTags = "enabled"|"disabled" }` to control inclusion of ACLs and object tags.
91
+
*`resource_type` - (Required) The type of AWS resource to be backed up. Valid values: `EC2`, `S3`.
0 commit comments