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)
[required] Specifies which EFS file system to update the backup policy for.
[required] The backup policy included in the PutBackupPolicy
request.
svc$put_backup_policy( FileSystemId = "string", BackupPolicy = list( Status = "ENABLED"|"ENABLING"|"DISABLED"|"DISABLING" ) )