Updates the file system's backup policy. Use this action to start or stop automatic backups of the file system.
efs_put_backup_policy(FileSystemId, BackupPolicy)
A list with the following syntax:
list(
BackupPolicy = list(
Status = "ENABLED"|"ENABLING"|"DISABLED"|"DISABLING"
)
)
[required] Specifies which EFS file system to update the backup policy for.
[required] The backup policy included in the
put_backup_policy
request.
svc$put_backup_policy(
FileSystemId = "string",
BackupPolicy = list(
Status = "ENABLED"|"ENABLING"|"DISABLED"|"DISABLING"
)
)